aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/lld/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-21 21:06:11 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-21 21:06:11 +0000
commitb33474c89fb576036a51244e67b934e5e566c5f3 (patch)
tree27950d21337e825bc2dc3fa6b219cd7d111a215d /usr.bin/clang/lld/Makefile
parent482a8244bf77025faf743efd4405ea555f6235b1 (diff)
downloadsrc-b33474c89fb576036a51244e67b934e5e566c5f3.tar.gz
src-b33474c89fb576036a51244e67b934e5e566c5f3.zip
Strip out a few objects from libclang, liblldb and lldb, which are not
referenced due to the selection of tools that we build, and our compile time options.
Notes
Notes: svn path=/projects/clang500-import/; revision=317271
Diffstat (limited to 'usr.bin/clang/lld/Makefile')
-rw-r--r--usr.bin/clang/lld/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/clang/lld/Makefile b/usr.bin/clang/lld/Makefile
index 7200027240e5..2f4ea3d6a80b 100644
--- a/usr.bin/clang/lld/Makefile
+++ b/usr.bin/clang/lld/Makefile
@@ -43,7 +43,6 @@ SRCS+= ELF/Target.cpp
SRCS+= ELF/Thunks.cpp
SRCS+= ELF/Writer.cpp
SRCS+= lib/Config/Version.cpp
-SRCS+= lib/Core/DefinedAtom.cpp
SRCS+= lib/Core/Error.cpp
SRCS+= lib/Core/File.cpp
SRCS+= lib/Core/LinkingContext.cpp
@@ -52,7 +51,6 @@ SRCS+= lib/Core/Reproduce.cpp
SRCS+= lib/Core/Resolver.cpp
SRCS+= lib/Core/SymbolTable.cpp
SRCS+= lib/Core/TargetOptionsCommandFlags.cpp
-SRCS+= lib/Core/Writer.cpp
SRCS+= tools/lld/lld.cpp
.include "${SRCTOP}/lib/clang/llvm.build.mk"