• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMAMDGPUDesc
2  AMDGPUAsmBackend.cpp
3  AMDGPUELFObjectWriter.cpp
4  AMDGPUELFStreamer.cpp
5  AMDGPUInstPrinter.cpp
6  AMDGPUMCAsmInfo.cpp
7  AMDGPUMCCodeEmitter.cpp
8  AMDGPUMCTargetDesc.cpp
9  AMDGPUTargetStreamer.cpp
10  R600MCCodeEmitter.cpp
11  R600MCTargetDesc.cpp
12  SIMCCodeEmitter.cpp
13
14  LINK_COMPONENTS
15  Core
16  MC
17  AMDGPUInfo
18  AMDGPUUtils
19  Support
20  BinaryFormat
21
22  ADD_TO_COMPONENT
23  AMDGPU
24)
25
26add_dependencies(LLVMAMDGPUDesc LLVMAMDGPUUtils)
27