summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit6c92223b378ea4aeb99d2a8477c52e07b684d3d4 (patch)
tree98a735b5aeb84dbeb02381c33fe3d4f99ddcff80 /llvm
parent1085ce6d45aeea8e872cb16b0ebd3a883afc2060 (diff)
downloadbcm5719-llvm-6c92223b378ea4aeb99d2a8477c52e07b684d3d4.tar.gz
bcm5719-llvm-6c92223b378ea4aeb99d2a8477c52e07b684d3d4.zip
build/Make: Update for rename of show-diagnostics.
llvm-svn: 143564
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index 754b18e06af..dae41cf56aa 100644
--- a/llvm/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud