mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
19 lines
364 B
CMake
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)
|