[llvm-commits] [llvm] r143564 - /llvm/trunk/Makefile

Daniel Dunbar daniel at zuster.org
Wed Nov 2 12:48:19 PDT 2011


Author: ddunbar
Date: Wed Nov  2 14:48:19 2011
New Revision: 143564

URL: http://llvm.org/viewvc/llvm-project?rev=143564&view=rev
Log:
build/Make: Update for rename of show-diagnostics.

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=143564&r1=143563&r2=143564&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Nov  2 14:48:19 2011
@@ -209,7 +209,7 @@
 	$(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





More information about the llvm-commits mailing list