[PATCH] D81922: [llvm] Disable linking llvm-exegesis to dylib

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 10:14:03 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ad5e3cd6b81: [llvm] Disable linking llvm-exegesis to dylib (authored by mgorny).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81922

Files:
  llvm/tools/llvm-exegesis/CMakeLists.txt


Index: llvm/tools/llvm-exegesis/CMakeLists.txt
===================================================================
--- llvm/tools/llvm-exegesis/CMakeLists.txt
+++ llvm/tools/llvm-exegesis/CMakeLists.txt
@@ -5,6 +5,7 @@
   )
 
 add_llvm_tool(llvm-exegesis
+  DISABLE_LLVM_LINK_LLVM_DYLIB
   llvm-exegesis.cpp
   )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81922.271405.patch
Type: text/x-patch
Size: 315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/fc0a8e50/attachment.bin>


More information about the llvm-commits mailing list