diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-18 04:46:08 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-03-18 04:46:08 +0000 |
commit | a9d129329b36660417af8f43fd5dfc75d9a5f0a1 (patch) | |
tree | f07ba3eba83f312c51dd2e8fb12f5eaedef20802 | |
parent | 87494017b8965ecc89351c8330fd4265d402d89b (diff) |
test/CodeGenCXX/apple-kext-guard-variable.cpp: May I appease non-darwin hosts?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127869 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/apple-kext-guard-variable.cpp | 2 |
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 f9d44603a8..cd5ebd1d95 100644 --- a/test/CodeGenCXX/apple-kext-guard-variable.cpp +++ b/test/CodeGenCXX/apple-kext-guard-variable.cpp @@ -1,4 +1,4 @@ -// RUN: %clang -mtriple=x86_64-apple-darwin10 -S -mkernel -Xclang -verify %s +// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -mkernel -Xclang -verify %s // rdar://problem/9143356 |