diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-10 18:56:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-10 18:56:44 +0000 |
commit | 2e0110e5fa220eeb3a8a9836f69f6be05bd72f04 (patch) | |
tree | 4b1eec8d1dff7a80e9a6259a387ce4aae64817af /test/CodeGen/attributes.c | |
parent | 06f598aa45b651f9f3be0b916d43876eae747af0 (diff) |
these tests include section specifiers that aren't valid on the
mac, use an explicit triple.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/attributes.c')
-rw-r--r-- | test/CodeGen/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attributes.c b/test/CodeGen/attributes.c index 7191f98c41..13b64ae87b 100644 --- a/test/CodeGen/attributes.c +++ b/test/CodeGen/attributes.c @@ -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 && |