blob: ca8b8436c11fd576d3164b2603d7307d10041aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
OcamlGCPrinter.cpp
)
target_link_libraries (LLVMAsmPrinter LLVMMCParser)
|