aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-stress/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stress/CMakeLists.txt')
-rw-r--r--tools/llvm-stress/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/llvm-stress/CMakeLists.txt b/tools/llvm-stress/CMakeLists.txt
index e2d07a5..106ced1 100644
--- a/tools/llvm-stress/CMakeLists.txt
+++ b/tools/llvm-stress/CMakeLists.txt
@@ -1,5 +1,10 @@
-set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
+set(LLVM_LINK_COMPONENTS
+ Core
+ IPA
+ Support
+ )
add_llvm_tool(llvm-stress
llvm-stress.cpp
)
+set_target_properties(llvm-stress PROPERTIES ENABLE_EXPORTS 1)