Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / llvm-link / CMakeLists.txt
index 11933f7f959ea41a385a8300e03d805aff9e7a9b..e4ced186336c60cc9c61b6580c31c4f03940e1f8 100644 (file)
@@ -1,4 +1,11 @@
-set(LLVM_LINK_COMPONENTS linker bitreader bitwriter asmparser)
+set(LLVM_LINK_COMPONENTS
+  BitWriter
+  Core
+  IRReader
+  Linker
+  Object
+  Support
+  )
 
 add_llvm_tool(llvm-link
   llvm-link.cpp