From 72f8c5e0c9580cf19b9afd5933483d9642f81e2d Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sun, 26 Jul 2015 02:16:35 +0000 Subject: [PATCH] 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 --- clang/test/CodeGen/align-global-large.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/align-global-large.c b/clang/test/CodeGen/align-global-large.c index fcbe758..14f5d8d 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 -- 2.7.4