summaryrefslogtreecommitdiff
path: root/lib/clang/libllvmlinker
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-09-05 20:18:59 +0000
commitd1d015864103b253b3fcb2f72a0da5b0cfeb31b6 (patch)
tree22b131dceb13c3df96da594fbaadb693504797c7 /lib/clang/libllvmlinker
parent12d4083451fc39b3e831d4ea0bfa67d3b32cfb54 (diff)
parentb6f49c23a36f329cbf1e7f28078e17fd87f0e245 (diff)
Notes
Diffstat (limited to 'lib/clang/libllvmlinker')
-rw-r--r--lib/clang/libllvmlinker/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/clang/libllvmlinker/Makefile b/lib/clang/libllvmlinker/Makefile
index 7275131fc6ab4..711b36986c163 100644
--- a/lib/clang/libllvmlinker/Makefile
+++ b/lib/clang/libllvmlinker/Makefile
@@ -5,9 +5,6 @@
LIB= llvmlinker
SRCDIR= lib/Linker
-SRCS= LinkArchives.cpp \
- LinkItems.cpp \
- LinkModules.cpp \
- Linker.cpp
+SRCS= LinkModules.cpp
.include "../clang.lib.mk"