forked from OSchip/llvm-project
Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, corresponding to r216507.
FIXME: Explicit triplets might be given here. llvm-svn: 216557
This commit is contained in:
parent
e4d6922ceb
commit
6107a8f4db
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s
|
||||
// XFAIL: aarch64, arm64, x86_64-pc-win32
|
||||
// XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32
|
||||
|
||||
// PR1513
|
||||
|
||||
|
|
Loading…
Reference in New Issue