mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 06:49:58 +00:00
8e129852fb
Parse tag names as well as expressions. The former is part of the specification, the latter is for improved compatibility with the GNU assembler. Fix attribute value handling to be comformant to the specification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198662 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
300 B
CMake
15 lines
300 B
CMake
add_llvm_library(LLVMARMDesc
|
|
ARMAsmBackend.cpp
|
|
ARMBuildAttrs.cpp
|
|
ARMELFObjectWriter.cpp
|
|
ARMELFStreamer.cpp
|
|
ARMMCAsmInfo.cpp
|
|
ARMMCCodeEmitter.cpp
|
|
ARMMCExpr.cpp
|
|
ARMMCTargetDesc.cpp
|
|
ARMMachObjectWriter.cpp
|
|
ARMELFObjectWriter.cpp
|
|
ARMUnwindOpAsm.cpp
|
|
ARMMachORelocationInfo.cpp
|
|
)
|