mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4f43cb501
commit
ff99b16637
@ -1,4 +1,5 @@
|
||||
// RUN: %llvmgxx %s -S -o - | FileCheck %s
|
||||
// XFAIL: powerpc-apple-darwin
|
||||
|
||||
// Make sure pointers are passed as pointers, not converted to int.
|
||||
// The first load should be of type i8** in either 32 or 64 bit mode.
|
||||
|
@ -1,5 +1,6 @@
|
||||
// Check that multiple plugin priorities are not allowed.
|
||||
// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
|
||||
// XFAIL: powerpc-apple-darwin
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user