mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +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:
parent
ff81ebf758
commit
13ca4879d5
@ -1,4 +1,5 @@
|
||||
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
|
||||
// XFAIL: darwin
|
||||
class A {
|
||||
int i;
|
||||
public:
|
||||
|
@ -1,4 +1,5 @@
|
||||
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
|
||||
// XFAIL: *
|
||||
template <typename T1,typename 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() {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user