summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/attributes.c')
-rw-r--r--clang/test/CodeGen/attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/attributes.c b/clang/test/CodeGen/attributes.c
index 7191f98c414..13b64ae87b1 100644
--- a/clang/test/CodeGen/attributes.c
+++ b/clang/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 &&
OpenPOWER on IntegriCloud