brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · bd397f4 Raw
19 lines · plain
1add_llvm_component_library(LLVMHipStdPar2  HipStdPar.cpp3 4  ADDITIONAL_HEADER_DIRS5  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/HipStdPar6 7  DEPENDS8  intrinsics_gen9  LLVMAnalysis10 11  COMPONENT_NAME12  HipStdPar13 14  LINK_COMPONENTS15  Analysis16  Core17  Support18  TransformUtils)19