From: David Majnemer Date: Sun, 26 Jul 2015 02:16:35 +0000 (+0000) Subject: Try to make the buildbots happy X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6c820278b4819d464f232ed84ced9a83de37f43;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/align-global-large.c b/test/CodeGen/align-global-large.c index fcbe758a82..14f5d8d9e1 100644 --- a/test/CodeGen/align-global-large.c +++ b/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