brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 0c8c4a0 Raw
15 lines · plain
1add_llvm_component_library(LLVMIRPrinter2  IRPrintingPasses.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${LLVM_MAIN_INCLUDE_DIR}/llvm/IRPrinter6 7  DEPENDS8  intrinsics_gen9 10  LINK_COMPONENTS11  Analysis12  Core13  Support14  )15