mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
fbdb8e1eac
Summary: Follow on to r212519 to improve the encapsulation and limit the scope of the enums. Also merged two very similar parser functions, fixed a bug where ASE's were not being reported, and marked CPR1's as being 128-bit when MSA is enabled. Differential Revision: http://reviews.llvm.org/D4384 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212522 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
264 B
CMake
13 lines
264 B
CMake
add_llvm_library(LLVMMipsDesc
|
|
MipsABIFlagsSection.cpp
|
|
MipsAsmBackend.cpp
|
|
MipsELFObjectWriter.cpp
|
|
MipsELFStreamer.cpp
|
|
MipsMCAsmInfo.cpp
|
|
MipsMCCodeEmitter.cpp
|
|
MipsMCExpr.cpp
|
|
MipsMCTargetDesc.cpp
|
|
MipsNaClELFStreamer.cpp
|
|
MipsTargetStreamer.cpp
|
|
)
|