build/Make: Update for rename of show-diagnostics.

llvm-svn: 143564
This commit is contained in:
Daniel Dunbar 2011-11-02 19:48:19 +00:00
parent 1085ce6d45
commit 6c92223b37
1 changed files with 1 additions and 1 deletions

View File

@ -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