blob: 0c8c4a0122c151deb81e166e9148f8e40bcce90a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
add_llvm_component_library(LLVMIRPrinter
IRPrintingPasses.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/IRPrinter
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Analysis
Core
Support
)
|