Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMBlackfinDesc
      2   BlackfinMCTargetDesc.cpp
      3   BlackfinMCAsmInfo.cpp
      4   )
      5 
      6 add_llvm_library_dependencies(LLVMBlackfinDesc
      7   LLVMBlackfinInfo
      8   LLVMMC
      9   )
     10 
     11 add_dependencies(LLVMBlackfinDesc BlackfinCommonTableGen)
     12