brintos

brintos / llvm-project-archived public Read only

0
0
Text · 217 B · 1947f5b Raw
17 lines · plain
1add_llvm_component_library(LLVMAMDGPUAsmParser2  AMDGPUAsmParser.cpp3 4  LINK_COMPONENTS5  AMDGPUDesc6  AMDGPUInfo7  AMDGPUUtils8  CodeGenTypes9  MC10  MCParser11  Support12  TargetParser13 14  ADD_TO_COMPONENT15  AMDGPU16  )17