Fix some misspellings of XTARGET.
authorDale Johannesen <dalej@apple.com>
Mon, 31 Aug 2009 18:05:23 +0000 (18:05 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 31 Aug 2009 18:05:23 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80598 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendObjC/2009-04-14-AsmSection.m
test/FrontendObjC/2009-04-27-bitfield-vs-ivar.m
test/FrontendObjC/2009-08-17-DebugInfo.m

index ec5c688a85478cfb7465b31298fa6dfcfbdbf5cb..de2cef00ff56cc9633d1144fe86446dcac265208 100644 (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
index f5a4309d4cfecc67aa4b7c59dc1d1318ad4fe2ae..cada8438bc95eb42aeb821e1078491d5d8463c73 100644 (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 {
index 115bb444cc5f91fdefabd054b9981de6707167e0..0bc4e9a6d6c3d8148120da56d0482ce69fcc4c7f 100644 (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;