mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
ac9f143a69
To remove this one simply move the end of file logic from the asm printer to the target mc streamer. This removes the last call to hasRawTextSupport from lib/Target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200590 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
173 B
CMake
9 lines
173 B
CMake
add_llvm_library(LLVMMipsDesc
|
|
MipsAsmBackend.cpp
|
|
MipsMCAsmInfo.cpp
|
|
MipsMCCodeEmitter.cpp
|
|
MipsMCTargetDesc.cpp
|
|
MipsELFObjectWriter.cpp
|
|
MipsTargetStreamer.cpp
|
|
)
|