[PATCH] D67876: Add support for using pass plugins from lld

Daniel Ashhami via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 00:27:25 PDT 2019


daniel_a marked an inline comment as done.
daniel_a added inline comments.


================
Comment at: lld/tools/lld/CMakeLists.txt:4
   )
 
 add_lld_tool(lld
----------------
I think we need to add set(LLVM_NO_DEAD_STRIP 1) here as well, otherwise plugins won’t necessarily find the symbols they need. 


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67876/new/

https://reviews.llvm.org/D67876





More information about the llvm-commits mailing list