diff options
Diffstat (limited to 'lib/Linker/CMakeLists.txt')
-rw-r--r-- | lib/Linker/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Linker/CMakeLists.txt b/lib/Linker/CMakeLists.txt index 6a8b767..0b6d2f4 100644 --- a/lib/Linker/CMakeLists.txt +++ b/lib/Linker/CMakeLists.txt @@ -4,10 +4,3 @@ add_llvm_library(LLVMLinker LinkModules.cpp Linker.cpp ) - -target_link_libraries(LLVMLinker - LLVMArchive - LLVMBitReader - LLVMCore - LLVMTransformUtils - ) |