mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 04:07:07 +00:00
634bd8512a
- This code is dead, and the "right" way to get this support is to use the platform-specific linker-integrated LTO mechanisms, or the forthcoming LLVM linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172749 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
63 B
CMake
5 lines
63 B
CMake
add_llvm_library(LLVMLinker
|
|
LinkModules.cpp
|
|
Linker.cpp
|
|
)
|