mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
6c76c959e4
This introduces a target specific streamer, X86WinCOFFStreamer, which handles the target specific behaviour (e.g. WinEH). This is mostly to ensure that differences between ARM and X86 remain disjoint and do not accidentally cross boundaries. This is the final staging change for enabling object emission for Windows on ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207344 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
278 B
CMake
13 lines
278 B
CMake
add_llvm_library(LLVMX86Desc
|
|
X86AsmBackend.cpp
|
|
X86MCTargetDesc.cpp
|
|
X86MCAsmInfo.cpp
|
|
X86MCCodeEmitter.cpp
|
|
X86MachObjectWriter.cpp
|
|
X86ELFObjectWriter.cpp
|
|
X86WinCOFFStreamer.cpp
|
|
X86WinCOFFObjectWriter.cpp
|
|
X86MachORelocationInfo.cpp
|
|
X86ELFRelocationInfo.cpp
|
|
)
|