mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
XFAIL test caused by r61493. Apparently, this is expected?
llvm-svn: 61516
This commit is contained in:
parent
ccde9db05a
commit
c73286fc81
@ -1,5 +1,9 @@
|
||||
// RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}"
|
||||
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
|
||||
|
||||
// FIXME: This fails due to r61493.
|
||||
// XFAIL: *
|
||||
|
||||
enum {
|
||||
PP_C,
|
||||
PP_D,
|
||||
|
Loading…
Reference in New Issue
Block a user