blob: ef6e157e86d0e2e092e07436883becbb7c9c122d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
add_llvm_library(LLVMAsmPrinter
AsmPrinter.cpp
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
DIE.cpp
DwarfDebug.cpp
DwarfException.cpp
OcamlGCPrinter.cpp
)
target_link_libraries (LLVMAsmPrinter
LLVMAnalysis
LLVMCodeGen
LLVMCore
LLVMMC
LLVMMCParser
LLVMTarget
)
|