mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Make this test darwin specific.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a90c5c7605
commit
3d895b974d
@ -1,7 +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
|
||||
// XTARGET: x86,darwin
|
||||
static int foo(int a, int j) {
|
||||
int k = 0;
|
||||
if (a)
|
||||
|
Loading…
Reference in New Issue
Block a user