llvm-6502/lib/CodeGen/AsmPrinter/CMakeLists.txt
Chris Lattner 505e86832a nuke DwarfPrinter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100375 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-05 00:27:29 +00:00

11 lines
188 B
CMake

add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
DwarfWriter.cpp
OcamlGCPrinter.cpp
)