aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-03-22 00:19:31 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-03-22 00:19:31 +0000
commit90e23204dbc4005736069ba821c5c8b403777500 (patch)
tree9f488a4ea1c643c5441a4b05b52189649eab7371
parenta291d5fb78bd7b95d825cb3c6ddd5dff44f6f624 (diff)
Output to tempfile
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128043 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/apple-kext-guard-variable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/apple-kext-guard-variable.cpp b/test/CodeGenCXX/apple-kext-guard-variable.cpp
index cd5ebd1d95..26b0d14b34 100644
--- a/test/CodeGenCXX/apple-kext-guard-variable.cpp
+++ b/test/CodeGenCXX/apple-kext-guard-variable.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -mkernel -Xclang -verify %s
+// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -o %t.s -mkernel -Xclang -verify %s
// rdar://problem/9143356