mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
XFAIL this test on powerpc for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e53cd1a7a1
commit
9119b4fb49
@ -1,6 +1,7 @@
|
||||
// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -o %t.s
|
||||
// RUN: grep "# DW_TAG_formal_parameter" %t.s | count 4
|
||||
// Radar 8122864
|
||||
// XFAIL: powerpc
|
||||
static int foo(int a, int j) {
|
||||
int k = 0;
|
||||
if (a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user