]> granicus.if.org Git - clang/commitdiff
these tests include section specifiers that aren't valid on the
authorChris Lattner <sabre@nondot.org>
Mon, 10 Aug 2009 18:56:44 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Aug 2009 18:56:44 +0000 (18:56 +0000)
mac, use an explicit triple.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78583 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/attributes.c
test/CodeGen/global-init.c

index 7191f98c414fc6e58ab7e04df3f4ce22adf20850..13b64ae87b1f158de6732e62f7419ab63901d4ca 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o %t %s &&
+// RUN: clang-cc -emit-llvm -triple i386-linux-gnu -o %t %s &&
 // RUN: grep 't1.*noreturn' %t &&
 // RUN: grep 't2.*nounwind' %t &&
 // RUN: grep 'weak.*t3' %t &&
index 2a4c77b1da323076ae6f2812229a544f57afb44f..2368422f3ab75def407249b1e212f85bd1a80fc7 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s
+// RUN: clang-cc -emit-llvm -o - -triple i386-linux-gnu %s | FileCheck %s
 
 // This checks that the global won't be marked as common. 
 // (It shouldn't because it's being initialized).