summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-08-03 10:35:06 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-08-03 10:35:06 +0000
commit7555b54020b1abcc1e67f66452600e2fa8f93dcd (patch)
treea0028ea37741e2684499a2103b35fa1c7c58e31c
parent73d1be7c56e1fd92d4a27ff53bc6783a269b1362 (diff)
downloadbcm5719-llvm-7555b54020b1abcc1e67f66452600e2fa8f93dcd.tar.gz
bcm5719-llvm-7555b54020b1abcc1e67f66452600e2fa8f93dcd.zip
Reduce temp file pollution in some test cases.
llvm-svn: 161237
-rw-r--r--clang/test/Analysis/html-diags.c2
-rw-r--r--clang/test/Driver/debug-options.c2
-rw-r--r--clang/test/Driver/warning-options.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Analysis/html-diags.c b/clang/test/Analysis/html-diags.c
index 59d81a56a4e..b9361f72c64 100644
--- a/clang/test/Analysis/html-diags.c
+++ b/clang/test/Analysis/html-diags.c
@@ -1,5 +1,5 @@
// RUN: mkdir %t.dir
-// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %T.dir %s
+// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir %s
// RUN: rm -fR %t.dir
// Currently this test mainly checks that the HTML diagnostics doesn't crash
diff --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c
index bdeb6cad918..ca77abf9fd3 100644
--- a/clang/test/Driver/debug-options.c
+++ b/clang/test/Driver/debug-options.c
@@ -20,7 +20,7 @@
// RUN: %clang -### -c -gline-tables-only -g0 %s 2>&1 \
// RUN: | FileCheck -check-prefix=GLTO_NO %s
//
-// RUN: %clang -c -grecord-gcc-switches -gno-record-gcc-switches \
+// RUN: %clang -### -c -grecord-gcc-switches -gno-record-gcc-switches \
// RUN: -gstrict-dwarf -gno-strict-dwarf %s 2>&1 \
// RUN: | not grep "argument unused during compilation"
//
diff --git a/clang/test/Driver/warning-options.cpp b/clang/test/Driver/warning-options.cpp
index ce434ab006e..ab0da42e4bf 100644
--- a/clang/test/Driver/warning-options.cpp
+++ b/clang/test/Driver/warning-options.cpp
@@ -3,7 +3,7 @@
// RUN: %clang -### -Wlarge-by-value-copy=128 %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_JOINED %s
// LARGE_VALUE_COPY_JOINED: -Wlarge-by-value-copy=128
-// RUN: %clang -c -Wmonkey -Wno-monkey -Wno-unused-command-line-arguments \
+// RUN: %clang -### -c -Wmonkey -Wno-monkey -Wno-unused-command-line-arguments \
// RUN: -Wno-unused-command-line-argument %s 2>&1 | FileCheck %s
// CHECK: unknown warning option '-Wmonkey'
// CHECK: unknown warning option '-Wno-monkey'
OpenPOWER on IntegriCloud