hanchenye-llvm-project/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt

20 lines
385 B
CMake
Raw Normal View History

add_llvm_library(LLVMAsmPrinter
ARMException.cpp
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
2009-05-19 08:18:14 +08:00
DIE.cpp
DIEHash.cpp
DwarfAccelTable.cpp
2011-01-15 06:58:11 +08:00
DwarfCFIException.cpp
2009-05-19 08:18:14 +08:00
DwarfDebug.cpp
DwarfException.cpp
DwarfUnit.cpp
ErlangGCPrinter.cpp
OcamlGCPrinter.cpp
Win64Exception.cpp
WinCodeViewLineTables.cpp
)
add_dependencies(LLVMAsmPrinter intrinsics_gen)