Fix crash when printing instructions that have a metadata attached but no parent.
[oota-llvm.git] / unittests / IR / CMakeLists.txt
index e5a0fc981075fc2aabe50b3f55d049b59433500b..5aad8edc9134416742f209be6b2b5c4248c914ed 100644 (file)
@@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
   )
 
 set(IRSources
+  AsmWriterTest.cpp
   AttributesTest.cpp
   ConstantRangeTest.cpp
   ConstantsTest.cpp