summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/driver/Makefile')
-rw-r--r--clang/tools/driver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/driver/Makefile b/clang/tools/driver/Makefile
index 9ad719fa07f..89100019ee3 100644
--- a/clang/tools/driver/Makefile
+++ b/clang/tools/driver/Makefile
@@ -12,12 +12,12 @@ TOOLNAME = clang-driver
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
CXXFLAGS = -fno-rtti
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
# FIXME: It is unfortunate we need to pull in the bitcode reader and
# writer just to get the serializer stuff used by clangBasic.
LINK_COMPONENTS := system support bitreader bitwriter
USEDLIBS = clangDriver.a clangBasic.a
-# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud