OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / tools / llvm-stress / CMakeLists.txt
index e2d07a5..8f2b30e 100644 (file)
@@ -1,5 +1,10 @@
-set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
+set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
+  Support
+  )
 
 add_llvm_tool(llvm-stress
   llvm-stress.cpp
   )
+export_executable_symbols(llvm-stress)