Update to account for the great driver renaming.

llvm-svn: 67695
This commit is contained in:
Mike Stump 2009-03-25 17:56:16 +00:00
parent 1bb604aff5
commit 12ef15f8b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@