mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 03:24:09 +00:00
ARM MC: sort source files in CMakeLists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
add_llvm_library(LLVMARMDesc
|
add_llvm_library(LLVMARMDesc
|
||||||
ARMAsmBackend.cpp
|
ARMAsmBackend.cpp
|
||||||
ARMELFObjectWriter.cpp
|
ARMELFObjectWriter.cpp
|
||||||
|
ARMELFObjectWriter.cpp
|
||||||
ARMELFStreamer.cpp
|
ARMELFStreamer.cpp
|
||||||
|
ARMMachObjectWriter.cpp
|
||||||
|
ARMMachORelocationInfo.cpp
|
||||||
ARMMCAsmInfo.cpp
|
ARMMCAsmInfo.cpp
|
||||||
ARMMCCodeEmitter.cpp
|
ARMMCCodeEmitter.cpp
|
||||||
ARMMCExpr.cpp
|
ARMMCExpr.cpp
|
||||||
ARMMCTargetDesc.cpp
|
ARMMCTargetDesc.cpp
|
||||||
ARMMachObjectWriter.cpp
|
|
||||||
ARMELFObjectWriter.cpp
|
|
||||||
ARMTargetStreamer.cpp
|
ARMTargetStreamer.cpp
|
||||||
ARMUnwindOpAsm.cpp
|
ARMUnwindOpAsm.cpp
|
||||||
ARMMachORelocationInfo.cpp
|
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user