build: Add support for a SHOW_DIAGNOSTICS build variable.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 11 Apr 2011 22:37:39 +0000 (22:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 11 Apr 2011 22:37:39 +0000 (22:37 +0000)
commit58194307c1a45f6a20f5ed421c97309a9e007e46
tree5e72872db1d1098c0ca861c19e9d7eb4090c5df0
parent3d820baf195973de23d6520d692acc6bfb43bfe9
build: Add support for a SHOW_DIAGNOSTICS build variable.

If enabled, this will attempt to use the CC_LOG_DIAGNOSTICS feature I dropped
into Clang to print a log of all the diagnostics generated during an individual
build (from the top-level). Not sure if this will actually be useful, but for
now it is handy for testing the option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129312 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile
Makefile.rules
utils/show-diagnostics [new file with mode: 0755]