mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
f4a635ba48
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196140 91177308-0d34-0410-b5e6-96231b3b80d8
19 lines
357 B
CMake
19 lines
357 B
CMake
add_llvm_library(LLVMAsmPrinter
|
|
ARMException.cpp
|
|
AsmPrinter.cpp
|
|
AsmPrinterDwarf.cpp
|
|
AsmPrinterInlineAsm.cpp
|
|
DIE.cpp
|
|
DIEHash.cpp
|
|
DwarfAccelTable.cpp
|
|
DwarfCFIException.cpp
|
|
DwarfDebug.cpp
|
|
DwarfException.cpp
|
|
DwarfUnit.cpp
|
|
ErlangGCPrinter.cpp
|
|
OcamlGCPrinter.cpp
|
|
Win64Exception.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAsmPrinter intrinsics_gen)
|