[Darwin][Driver][clang] apple-none-macho orders the resource directory after internal...
[llvm-project.git] / llvm / lib / Target / XCore / MCTargetDesc / CMakeLists.txt
bloba4fb8fa0c1c4be0f052e53b4fe103dcbe1ec0c4d
1 add_llvm_component_library(LLVMXCoreDesc
2   XCoreInstPrinter.cpp
3   XCoreMCTargetDesc.cpp
4   XCoreMCAsmInfo.cpp
6   LINK_COMPONENTS
7   MC
8   Support
9   XCoreInfo
11   ADD_TO_COMPONENT
12   XCore
13   )