mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
5a0290e867
For some targets, there is a circular dependency between InstPrinter and MCTargetDesc. Merging them together will fix this. For the other targets, the merging is to maintain consistency so all targets will have the same structure. llvm-svn: 360490
17 lines
354 B
CMake
17 lines
354 B
CMake
add_llvm_library(LLVMARMDesc
|
|
ARMAsmBackend.cpp
|
|
ARMELFObjectWriter.cpp
|
|
ARMELFStreamer.cpp
|
|
ARMInstPrinter.cpp
|
|
ARMMachObjectWriter.cpp
|
|
ARMMachORelocationInfo.cpp
|
|
ARMMCAsmInfo.cpp
|
|
ARMMCCodeEmitter.cpp
|
|
ARMMCExpr.cpp
|
|
ARMMCTargetDesc.cpp
|
|
ARMTargetStreamer.cpp
|
|
ARMUnwindOpAsm.cpp
|
|
ARMWinCOFFObjectWriter.cpp
|
|
ARMWinCOFFStreamer.cpp
|
|
)
|