forked from OSchip/llvm-project
Add version information to ISO style test results.
llvm-svn: 67227
This commit is contained in:
parent
8c97d18445
commit
0bb5f76493
|
@ -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 ----')
|
||||
|
|
Loading…
Reference in New Issue