summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-02 19:48:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-02 19:48:19 +0000
commitb16ec681a5dfdf99564f0f19f0c186fdac2f0342 (patch)
tree955fbf5a6240d48a58d242e0d047993eb5d7b5d2 /Makefile
parent3314c26475b5561abbfe0785e0a64d189d5b4060 (diff)
downloadllvm-b16ec681a5dfdf99564f0f19f0c186fdac2f0342.tar.gz
llvm-b16ec681a5dfdf99564f0f19f0c186fdac2f0342.tar.bz2
llvm-b16ec681a5dfdf99564f0f19f0c186fdac2f0342.tar.xz
build/Make: Update for rename of show-diagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 754b18e06a..dae41cf56a 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,7 @@ ifneq ($(ENABLE_OPTIMIZED),1)
$(Echo) '*****' configure with --enable-optimized.
ifeq ($(SHOW_DIAGNOSTICS),1)
$(Verb) if test -s $(LLVM_OBJ_ROOT)/$(BuildMode)/diags; then \
- $(LLVM_SRC_ROOT)/utils/show-diagnostics \
+ $(LLVM_SRC_ROOT)/utils/clang-parse-diagnostics-file -a \
$(LLVM_OBJ_ROOT)/$(BuildMode)/diags; \
fi
endif