[PATCH] D38647: ELF: Export preempted symbols even if there is a dynamic list.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 14:15:35 PDT 2017


ruiu added inline comments.


================
Comment at: lld/ELF/Driver.cpp:787-789
-    // Dynamic lists are a simplified linker script that doesn't need the
-    // "global:" and implicitly ends with a "local:*". Set the variables
-    // needed to simulate that.
----------------
So, was this just wrong?


https://reviews.llvm.org/D38647





More information about the llvm-commits mailing list