forked from OSchip/llvm-project
Update to account for the great driver renaming.
llvm-svn: 67695
This commit is contained in:
parent
1bb604aff5
commit
12ef15f8b2
|
@ -13,7 +13,7 @@ ifdef VERBOSE
|
|||
ifeq ($(VERBOSE),0)
|
||||
PROGRESS = :
|
||||
REPORTFAIL = echo 'FAIL: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<)
|
||||
DONE = $(LLVMToolDir)/clang-driver -v
|
||||
DONE = $(LLVMToolDir)/clang -v
|
||||
else
|
||||
PROGRESS = echo $<
|
||||
REPORTFAIL = cat $@
|
||||
|
|
Loading…
Reference in New Issue