mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
XFAIL test caused by r61493. Apparently, this is expected?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d211e299f
commit
67b9a2abc4
@ -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