From 4e58654b47e89efbb1a8ca032c08fd354c3b0b61 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Thu, 15 Jul 2010 17:07:12 +0000 Subject: Update clang to r108428. --- utils/TestUtils/pch-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/TestUtils/pch-test.pl b/utils/TestUtils/pch-test.pl index e097c5c00c09..e4311e965bb7 100755 --- a/utils/TestUtils/pch-test.pl +++ b/utils/TestUtils/pch-test.pl @@ -17,7 +17,7 @@ sub testfiles($$) { @files = `ls test/*/*.$suffix`; foreach $file (@files) { chomp($file); - my $code = system("clang- -fsyntax-only -x $language $file > /dev/null 2>&1"); + my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1"); if ($code == 0) { print("."); $code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1"); -- cgit v1.3