Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / MC / CMakeLists.txt
index 271309c0859149a656787794c2be1e7e20d06199..f83eaf4779f9804b4ed8ed5a66cabc3d29f4d0ed 100644 (file)
@@ -1,9 +1,12 @@
 set(LLVM_LINK_COMPONENTS
+  ${LLVM_TARGETS_TO_BUILD}
   MC
+  MCDisassembler
   Support
   )
 
 add_llvm_unittest(MCTests
+  Disassembler.cpp
   StringTableBuilderTest.cpp
   YAMLTest.cpp
   )