]> granicus.if.org Git - clang/commitdiff
Update to account for the great driver renaming.
authorMike Stump <mrs@apple.com>
Wed, 25 Mar 2009 17:56:16 +0000 (17:56 +0000)
committerMike Stump <mrs@apple.com>
Wed, 25 Mar 2009 17:56:16 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67695 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 82f376f96e069fc478708f44e1b1860914fade6c..1ebaedd6b7da1673a0803e6f996527bbc8e2ea69 100644 (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 $@