Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMPTXDesc
      2   PTXMCTargetDesc.cpp
      3   PTXMCAsmInfo.cpp
      4   )
      5 
      6 add_llvm_library_dependencies(LLVMPTXDesc
      7   LLVMMC
      8   LLVMPTXInfo
      9   LLVMPTXAsmPrinter
     10   LLVMSupport
     11   )
     12 
     13 add_dependencies(LLVMPTXDesc PTXCommonTableGen)
     14