================
@@ -1447,7 +1449,7 @@ void BitcodeFile::parse() {
           symtab.addRegular(this, symName, nullptr, fakeSC, 0, 
objSym.isWeak());
     }
     symbols.push_back(sym);
-    if (objSym.isUsed() || objSym.isLibcall(libcalls))
+    if (objSym.isUsed() || objSym.isLibcall(tli, libcalls))
----------------
nikic wrote:

If it's not particularly hard, it would be great to support this across all 
linkers. These kinds of partially supported features are a big problem for LLVM 
:(

https://github.com/llvm/llvm-project/pull/164916
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to