Add version information to ISO style test results.

llvm-svn: 67227
This commit is contained in:
Mike Stump 2009-03-18 20:25:18 +00:00
parent 8c97d18445
commit 0bb5f76493
1 changed files with 2 additions and 1 deletions

View 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 ----')