Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/autodetection.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ const char * autodetect_symbol_suffix(void * handle, const char * suffix_hint) {
// Possibly-NULL suffix that we should search over
suffix_hint,

"64_",

// First, search for LP64-mangling suffixes, so that when we are loading libs from an
// CLI environment, (where suffix hints are not easy) we want to give the most stable
// configuration by default.
Expand Down