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:
Dale Johannesen 2009-08-31 18:05:23 +00:00
parent 249c93e15f
commit a5fd5b86f6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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;