mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fe1ef279f3
lib/ExecutionEngine/Targets has no Makefile, causing the autoconf build to fail. Solve this by bringing the COFF implementation of RuntimeDyld in line like the Mach-O and ELF implementations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231579 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
172 B
CMake
9 lines
172 B
CMake
add_llvm_library(LLVMRuntimeDyld
|
|
RTDyldMemoryManager.cpp
|
|
RuntimeDyld.cpp
|
|
RuntimeDyldChecker.cpp
|
|
RuntimeDyldCOFF.cpp
|
|
RuntimeDyldELF.cpp
|
|
RuntimeDyldMachO.cpp
|
|
)
|