llvm-6502/lib/CodeGen/AsmPrinter/CMakeLists.txt
Chris Lattner b98b1bf432 elimiante the DWLabel class, using MCSymbol instead. Start
switching some stuff over to passing around MCSymbol* instead
of stem+ID.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97993 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-08 22:23:36 +00:00

10 lines
159 B
CMake

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