aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@