diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-11 17:22:16 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-11 17:22:16 +0000 |
commit | 361680a51927577ccb20b14704dbaac762181843 (patch) | |
tree | de75a464c5dac7eceb2dbbad8b4d4e1479d79e08 /contrib/llvm/lib/Linker | |
parent | 72578a23bf85ae6f14444ee38e72f9b16899bb52 (diff) |
Remove more unneeded files and directories from contrib/llvm. This
still allows us to build tblgen and clang, and further reduces the
footprint in the tree.
Approved by: rpaulo (mentor)
Notes
Notes:
svn path=/head/; revision=213695
Diffstat (limited to 'contrib/llvm/lib/Linker')
-rw-r--r-- | contrib/llvm/lib/Linker/CMakeLists.txt | 6 | ||||
-rw-r--r-- | contrib/llvm/lib/Linker/Makefile | 15 |
2 files changed, 0 insertions, 21 deletions
diff --git a/contrib/llvm/lib/Linker/CMakeLists.txt b/contrib/llvm/lib/Linker/CMakeLists.txt deleted file mode 100644 index 0b6d2f4218e3..000000000000 --- 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 - ) diff --git a/contrib/llvm/lib/Linker/Makefile b/contrib/llvm/lib/Linker/Makefile deleted file mode 100644 index 19e646b74830..000000000000 --- a/contrib/llvm/lib/Linker/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -LIBRARYNAME = LLVMLinker -BUILD_ARCHIVE := 1 - -include $(LEVEL)/Makefile.common - |