From: Matt Beaumont-Gay Date: Tue, 22 Mar 2011 00:19:31 +0000 (+0000) Subject: Output to tempfile X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90e23204dbc4005736069ba821c5c8b403777500;p=clang Output to tempfile git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128043 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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