summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/align-global-large.c
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-07-26 02:16:35 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-07-26 02:16:35 +0000
commit72f8c5e0c9580cf19b9afd5933483d9642f81e2d (patch)
tree214e1b18c0f04358f8857f217e45a66e790d491e /clang/test/CodeGen/align-global-large.c
parent29c69db7600f779e60da0e79b7de7bef6ced9131 (diff)
downloadbcm5719-llvm-72f8c5e0c9580cf19b9afd5933483d9642f81e2d.tar.gz
bcm5719-llvm-72f8c5e0c9580cf19b9afd5933483d9642f81e2d.zip
Try to make the buildbots happy
This test was missing a triple causing it to error out on windows targets. They accept a much smaller alignment value. llvm-svn: 243234
Diffstat (limited to 'clang/test/CodeGen/align-global-large.c')
-rw-r--r--clang/test/CodeGen/align-global-large.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/align-global-large.c b/clang/test/CodeGen/align-global-large.c
index fcbe758a82e..14f5d8d9e14 100644
--- a/clang/test/CodeGen/align-global-large.c
+++ b/clang/test/CodeGen/align-global-large.c
@@ -1,5 +1,5 @@
// PR13606 - Clang crashes with large alignment attribute
-// RUN: %clang -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang -cc1 -S -emit-llvm %s -o - -triple i686-pc-gnu | FileCheck %s
// CHECK: x
// CHECK: align
OpenPOWER on IntegriCloud