diff options
Diffstat (limited to 'contrib/llvm/lib/Linker/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/Linker/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/llvm/lib/Linker/CMakeLists.txt b/contrib/llvm/lib/Linker/CMakeLists.txt deleted file mode 100644 index 0b6d2f4..0000000 --- a/contrib/llvm/lib/Linker/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -add_llvm_library(LLVMLinker - LinkArchives.cpp - LinkItems.cpp - LinkModules.cpp - Linker.cpp - ) |