llvm-6502/lib/Linker/CMakeLists.txt
Rafael Espindola c7c35a9b86 Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.
Also remove unused includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181100 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-04 03:48:37 +00:00

4 lines
50 B
CMake

add_llvm_library(LLVMLinker
LinkModules.cpp
)