llvm-6502/lib/Linker/CMakeLists.txt
Daniel Dunbar 634bd8512a [Linker] Drop support for IR-level extended linking support (archives, etc.).
- 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
2013-01-17 19:52:25 +00:00

5 lines
63 B
CMake

add_llvm_library(LLVMLinker
LinkModules.cpp
Linker.cpp
)