summaryrefslogtreecommitdiffstats
path: root/pp-trace
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-21 00:29:43 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-21 00:29:43 +0000
commit6e2f2cbd199b3ad001b23e647ec25877008ebdba (patch)
tree6e55327cc42736e1f04941f17e9b4dd3c218d3e5 /pp-trace
parent36022564184689c63725d8d574bddf3003070631 (diff)
Revert "Adapt Makefile dependencies for the clang module format change in r230089."
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@230104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'pp-trace')
-rw-r--r--pp-trace/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/pp-trace/Makefile b/pp-trace/Makefile
index a4a277ac..3467ecb3 100644
--- a/pp-trace/Makefile
+++ b/pp-trace/Makefile
@@ -14,16 +14,9 @@ TOOLNAME = pp-trace
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
-# Include this here so we can get the configuration of the targets that have
-# been configured for construction. We have to do this early so we can set up
-# LINK_COMPONENTS before including Makefile.rules
-include $(CLANG_LEVEL)/../../Makefile.config
-
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser mcparser bitreader bitwriter \
- instrumentation ipo support transformutils mc objcarcopts option
-
+LINK_COMPONENTS := mcparser bitreader support mc option TransformUtils
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a \
clangTooling.a clangParse.a clangSema.a clangAnalysis.a \
- clangEdit.a clangAST.a clangLex.a clangBasic.a clangCodeGen.a
+ clangEdit.a clangAST.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/Makefile