Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMMipsDesc
      2   MipsAsmBackend.cpp
      3   MipsMCAsmInfo.cpp
      4   MipsMCCodeEmitter.cpp
      5   MipsMCTargetDesc.cpp
      6   )
      7 
      8 add_llvm_library_dependencies(LLVMMipsDesc
      9   LLVMMC
     10   LLVMMipsAsmPrinter
     11   LLVMMipsInfo
     12   LLVMSupport
     13   )
     14 
     15 add_dependencies(LLVMMipsDesc MipsCommonTableGen)
     16