1add_llvm_component_library(LLVMCSKYDesc 2 CSKYAsmBackend.cpp 3 CSKYELFObjectWriter.cpp 4 CSKYELFStreamer.cpp 5 CSKYInstPrinter.cpp 6 CSKYMCAsmInfo.cpp 7 CSKYMCExpr.cpp 8 CSKYMCTargetDesc.cpp 9 CSKYMCCodeEmitter.cpp 10 CSKYTargetStreamer.cpp 11 12 LINK_COMPONENTS 13 CSKYInfo 14 CodeGenTypes 15 MC 16 Support 17 TargetParser 18 19 ADD_TO_COMPONENT 20 CSKY 21 ) 22