summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-25 17:56:16 +0000
committerMike Stump <mrs@apple.com>2009-03-25 17:56:16 +0000
commit65633f96c97af2553fad548180f199615d570c03 (patch)
tree656760fa9ef91eda27d1ba29af223f99193795b0 /test/Makefile
parentc9b5b4074bd73d4af76e69cccf8ecd365fdd1008 (diff)
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
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@