remove unions from LLVM IR. They are severely buggy and not
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index c0986b91b926b83b29aaac048cb968a35c62cda0..ca8b8436c11fd576d3164b2603d7307d10041aff 100644 (file)
@@ -5,6 +5,7 @@ add_llvm_library(LLVMAsmPrinter
   DIE.cpp
   DwarfDebug.cpp
   DwarfException.cpp
-  DwarfWriter.cpp
   OcamlGCPrinter.cpp
   )
+
+target_link_libraries (LLVMAsmPrinter LLVMMCParser)