summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/Makefile')
-rw-r--r--contrib/llvm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/llvm/Makefile b/contrib/llvm/Makefile
index 670c174..d42f887 100644
--- a/contrib/llvm/Makefile
+++ b/contrib/llvm/Makefile
@@ -64,7 +64,7 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
- tools/clang/lib/Runtime tools/clang/docs
+ tools/clang/runtime tools/clang/docs
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif
@@ -180,8 +180,8 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
# that it gets executed last.
ifneq ($(BUILD_DIRS_ONLY),1)
all::
- $(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
-ifeq ($(BuildMode),Debug)
+ $(Echo) '*****' Completed $(BuildMode) Build
+ifneq ($(ENABLE_OPTIMIZED),1)
$(Echo) '*****' Note: Debug build can be 10 times slower than an
$(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
$(Echo) '*****' make an optimized build. Alternatively you can
OpenPOWER on IntegriCloud