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

llvm-svn: 181100
2013-05-04 03:48:37 +00:00

4 lines
50 B
CMake

add_llvm_library(LLVMLinker
LinkModules.cpp
)