1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/AsmPrinter/CMakeLists.txt

19 lines
357 B
CMake
Raw Normal View History

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