Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
index a3f7cb63fd778faf392e318b6c52542d90296774..c1acbe5846bdb549808e5812352076f7f83b446d 100644 (file)
@@ -1,4 +1,12 @@
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object)
+set(LLVM_LINK_COMPONENTS
+  ${LLVM_TARGETS_TO_BUILD}
+  DebugInfoDWARF
+  ExecutionEngine
+  MC
+  Object
+  RuntimeDyld
+  Support
+  )
 
 add_llvm_tool(llvm-rtdyld
   llvm-rtdyld.cpp