summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl')
-rwxr-xr-xcontrib/llvm/tools/clang/utils/TestUtils/pch-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl b/contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl
index e097c5c..e4311e9 100755
--- a/contrib/llvm/tools/clang/utils/TestUtils/pch-test.pl
+++ b/contrib/llvm/tools/clang/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");
OpenPOWER on IntegriCloud