these tests include section specifiers that aren't valid on the

mac, use an explicit triple.

llvm-svn: 78583
This commit is contained in:
Chris Lattner 2009-08-10 18:56:44 +00:00
parent 9d3405ceab
commit 2375952a47
2 changed files with 2 additions and 2 deletions

View 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 &&

View 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).