mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-27 09:17:11 +00:00
xfail these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
|
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
|
||||||
|
// XFAIL: darwin
|
||||||
class A {
|
class A {
|
||||||
int i;
|
int i;
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
|
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
|
||||||
|
// XFAIL: *
|
||||||
template <typename T1,typename T2>
|
template <typename T1,typename T2>
|
||||||
inline void f(const T1&,const T2&) { }
|
inline void f(const T1&,const T2&) { }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
// RUN: %llvmgcc %s -c -g -o /dev/null
|
// RUN: %llvmgcc %s -c -g -o /dev/null
|
||||||
|
// XFAIL: *
|
||||||
void foo() {}
|
void foo() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user