]> granicus.if.org Git - clang/commitdiff
Add version information to ISO style test results.
authorMike Stump <mrs@apple.com>
Wed, 18 Mar 2009 20:25:18 +0000 (20:25 +0000)
committerMike Stump <mrs@apple.com>
Wed, 18 Mar 2009 20:25:18 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67227 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 33858a6500852e24ed381adf427fbacd9597f394..82f376f96e069fc478708f44e1b1860914fade6c 100644 (file)
@@ -13,11 +13,12 @@ ifdef VERBOSE
 ifeq ($(VERBOSE),0)
 PROGRESS = :
 REPORTFAIL = echo 'FAIL: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<)
+DONE = $(LLVMToolDir)/clang-driver -v
 else
 PROGRESS = echo $<
 REPORTFAIL = cat $@
-endif
 DONE = true
+endif
 else
 PROGRESS = printf '.'
 REPORTFAIL = (echo; echo '----' $< 'failed ----')