mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
bb27e2f29f
N32 relocations are only correct for individual relocations at the moment. Support for relocation composition will follow in a later patch. Patch By: Daniel Sanders Reviwers: vkalintiris, atanasyan Differential Revision: https://reviews.llvm.org/D27467 llvm-svn: 289532
14 lines
249 B
CMake
14 lines
249 B
CMake
add_llvm_library(LLVMRuntimeDyld
|
|
JITSymbol.cpp
|
|
RTDyldMemoryManager.cpp
|
|
RuntimeDyld.cpp
|
|
RuntimeDyldChecker.cpp
|
|
RuntimeDyldCOFF.cpp
|
|
RuntimeDyldELF.cpp
|
|
RuntimeDyldMachO.cpp
|
|
Targets/RuntimeDyldELFMips.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|