[PATCH] D26033: [ELF] Resolve undefined symbols from archives when linking shared objects

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 10:49:30 PDT 2016


ruiu added a comment.

How did you notice that this is an issue? I wonder if this is a real one.



================
Comment at: ELF/SymbolTable.cpp:556
+        else if (Sym->isLazy())
+          addUndefined(U);
+      }
----------------
You want to set true to ExportDynamic.


Repository:
  rL LLVM

https://reviews.llvm.org/D26033





More information about the llvm-commits mailing list