[llvm] tblgen: fix dependency for gnu-ld (PR #161951)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 4 02:07:55 PDT 2025
aokblast wrote:
For symbol not discover when resolving an archive file, it fails in here. https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=bfd/elflink.c;h=3f3ea2cce514e60bb54161cf50f3bd4f640e141f;hb=HEAD#l6309. The archive_symbol_lookup lookups the internal hash table (not gnu.hashtable section to see if a symbol has appeared before.
https://github.com/llvm/llvm-project/pull/161951
More information about the llvm-commits
mailing list