From: Mike Stump Date: Wed, 25 Mar 2009 17:56:16 +0000 (+0000) Subject: Update to account for the great driver renaming. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65633f96c97af2553fad548180f199615d570c03;p=clang Update to account for the great driver renaming. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67695 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 82f376f96e..1ebaedd6b7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 $@