mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
XFAIL this everywhere, the CFE doesn't support bitfield initialization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56127624e7
commit
2fcd29acea
@ -1,6 +1,6 @@
|
|||||||
// RUN: %llvmgcc -S %s -o /dev/null
|
// RUN: %llvmgcc -S %s -o /dev/null
|
||||||
|
|
||||||
// XFAIL: linux,sun,darwin
|
// XFAIL: *
|
||||||
|
|
||||||
union foo {
|
union foo {
|
||||||
struct { char A, B; } X;
|
struct { char A, B; } X;
|
||||||
|
Loading…
Reference in New Issue
Block a user