brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · 7b2200d Raw
21 lines · plain
1add_llvm_component_library(LLVMAMDGPUUtils2  AMDGPUAsmUtils.cpp3  AMDGPUBaseInfo.cpp4  AMDGPUDelayedMCExpr.cpp5  AMDGPUPALMetadata.cpp6  AMDKernelCodeTUtils.cpp7 8  LINK_COMPONENTS9  Analysis10  BinaryFormat11  CodeGenTypes12  Core13  MC14  MCParser15  Support16  TargetParser17 18  ADD_TO_COMPONENT19  AMDGPU20  )21