[PATCH] D30107: Make DynamicLibrary::getPermanentLibrary have a defined ordering.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 18:24:30 PDT 2017


lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.

Ahh - I see the problem: Linux doesn't export symbols from the binary by default.

Adding

  export_executable_symbols(DynamicLibraryTests)

to unittests/Support/DynamicLibrary/CMakeLists.txt fixes the issue.

Pending that change, this Looks Good To Me. Frederich - Commit away, or let me know if you'd like me to commit it on your behalf.


https://reviews.llvm.org/D30107





More information about the llvm-commits mailing list