]> granicus.if.org Git - clang/commitdiff
... and add back a few more triple forces.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 10:27:58 +0000 (10:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 10:27:58 +0000 (10:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89088 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/bitfield-ivar-offsets.m
test/CodeGenObjC/interface-layout-64.m
test/CodeGenObjC/metadata-symbols-64.m
test/Index/c-index-api-test.m

index 64e14ee65e64403523e990720d5fa059f7fa363d..f4bc39d4fb057bdf948d2e1dca68c9f9fc7eef51 100644 (file)
@@ -1,5 +1,5 @@
 // RUNX: llvm-gcc -m64  -emit-llvm -S -o %t %s &&
-// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s
 // RUN: grep -F '@"OBJC_IVAR_$_I0._b0" = global i64 0, section "__DATA, __objc_const", align 8' %t
 // RUN: grep -F '@"OBJC_IVAR_$_I0._b1" = global i64 0, section "__DATA, __objc_const", align 8' %t
 // RUN: grep -F '@"OBJC_IVAR_$_I0._b2" = global i64 1, section "__DATA, __objc_const", align 8' %t
index 60b06c0c3204fe3a1a8156896d19067f3ae89fcc..ac29839a792020198d365bb0f891e73656838f58 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s
 // RUNX: llvm-gcc -m64 -emit-llvm -S -o %t %s &&
 
 // RUN: grep '@"OBJC_IVAR_$_I3._iv2" = global i64 8, section "__DATA, __objc_const", align 8' %t
index d007671cdc12fdf786068f21c1cf6b5b0c010a41..1bc8be8fbba4aa312922458203075534df5ba966 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s
 // RUNX: llvm-gcc -m64 -emit-llvm -S -o %t %s &&
 
 // RUN: grep '@"OBJC_CLASS_$_A" = global' %t
index ac9ed92f6a3c845090e494bed4ea61e3f7e37054..ada5236e7549c18307a3838ff542ee71282e0001 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fobjc-nonfragile-abi -fblocks -emit-pch -x objective-c %s -o %t.ast
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fblocks -emit-pch -x objective-c %s -o %t.ast
 // RUN: c-index-test %t.ast all | FileCheck %s
 
 // CHECK: <invalid loc>:0:0: TypedefDecl=__int128_t:0:0 [Context=c-index-api-test.m]