1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/AsmPrinter/CMakeLists.txt
Eric Christopher e0514008de Update the CMake build files.
llvm-svn: 188030
2013-08-08 23:51:31 +00:00

19 lines
364 B
CMake

add_llvm_library(LLVMAsmPrinter
ARMException.cpp
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DIEHash.cpp
DwarfAccelTable.cpp
DwarfCFIException.cpp
DwarfCompileUnit.cpp
DwarfDebug.cpp
DwarfException.cpp
ErlangGCPrinter.cpp
OcamlGCPrinter.cpp
Win64Exception.cpp
)
add_dependencies(LLVMAsmPrinter intrinsics_gen)