commit | 9ec60dfe771ff28a84889dced6f8fd3748d3d55e | [log] [tgz] |
---|---|---|
author | Sebastian Pop <spop@codeaurora.org> | Fri Jan 20 22:01:23 2012 +0000 |
committer | Sebastian Pop <spop@codeaurora.org> | Fri Jan 20 22:01:23 2012 +0000 |
tree | 206157eb1ac351a890ca93a0c89767f1a5e31eed | |
parent | ce506ae231703a23ea95335cd4de19c60082f361 [diff] [blame] |
rename -ccc-host-triple into -target git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148582 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/apple-kext-guard-variable.cpp b/test/CodeGenCXX/apple-kext-guard-variable.cpp index 26b0d14..76875a0 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 -o %t.s -mkernel -Xclang -verify %s +// RUN: %clang -target x86_64-apple-darwin10 -S -o %t.s -mkernel -Xclang -verify %s // rdar://problem/9143356