Sign in
llvm
/
llvm-project
/
llvm
/
cd44f13d389ec38f03f9e668045ef78fdf8b594f
/
.
/
lib
/
IRPrinter
/
CMakeLists.txt
blob: 0c8c4a0122c151deb81e166e9148f8e40bcce90a [
file
] [
log
] [
blame
]
add_llvm_component_library(LLVMIRPrinter
IRPrintingPasses.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/IRPrinter
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Analysis
Core
Support
)