[Darwin][Driver][clang] apple-none-macho orders the resource directory after internal...
[llvm-project.git] / llvm / lib / Target / SystemZ / MCTargetDesc / CMakeLists.txt
blob9c00706531b88fb9ab34dea8d42f53685387d9bc
1 add_llvm_component_library(LLVMSystemZDesc
2   SystemZELFObjectWriter.cpp
3   SystemZGNUInstPrinter.cpp
4   SystemZGOFFObjectWriter.cpp
5   SystemZHLASMInstPrinter.cpp
6   SystemZInstPrinterCommon.cpp
7   SystemZMCAsmBackend.cpp
8   SystemZMCAsmInfo.cpp
9   SystemZMCCodeEmitter.cpp
10   SystemZMCExpr.cpp
11   SystemZMCTargetDesc.cpp
13   LINK_COMPONENTS
14   CodeGenTypes
15   MC
16   Support
17   SystemZInfo
19   ADD_TO_COMPONENT
20   SystemZ
21   )