mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 14:05:03 +00:00
Fix some misspellings of XTARGET.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
249c93e15f
commit
a5fd5b86f6
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o %t
|
||||
// RUN: grep {OBJC_CLASS_\\\$_A.*section.*__DATA, __objc_data.*align} %t
|
||||
// XTARGETS: darwin
|
||||
// XTARGET: darwin
|
||||
|
||||
@interface A
|
||||
@end
|
||||
|
@ -2,7 +2,7 @@
|
||||
// RUN: grep {OBJC_CLASS_RO_\\\$_I4} %t | grep {i32 0, i32 1, i32 2, i32 0}
|
||||
// RUN: grep {OBJC_CLASS_RO_\\\$_I2} %t | grep {i32 0, i32 1, i32 1, i32 0}
|
||||
// RUN: grep {OBJC_CLASS_RO_\\\$_I5} %t | grep {i32 0, i32 0, i32 0, i32 0}
|
||||
// XTARGETS: darwin
|
||||
// XTARGET: darwin
|
||||
|
||||
// Test instance variable sizing when base class ends in bitfield
|
||||
@interface I3 {
|
||||
|
@ -6,7 +6,7 @@
|
||||
// RUN: echo {break randomFunc\n} > %t.in
|
||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
|
||||
// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
|
||||
// XTARGETS: darwin
|
||||
// XTARGET: darwin
|
||||
@interface MyClass
|
||||
{
|
||||
int my;
|
||||
|
Loading…
x
Reference in New Issue
Block a user