mirror of https://github.com/microsoft/clang.git
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
This commit is contained in:
parent
22e268be98
commit
a6c820278b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue