• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMNVPTXDesc
2  NVPTXInstPrinter.cpp
3  NVPTXMCAsmInfo.cpp
4  NVPTXMCTargetDesc.cpp
5  NVPTXTargetStreamer.cpp
6
7  LINK_COMPONENTS
8  MC
9  NVPTXInfo
10  Support
11
12  ADD_TO_COMPONENT
13  NVPTX
14  )
15