mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
These tests pass on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2602f436be
commit
1a9d5ccf1e
@ -1,5 +1,5 @@
|
|||||||
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
|
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
|
||||||
// XTARGET: darwin
|
// XTARGET: darwin,linux
|
||||||
// XFAIL: *
|
// 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,7 +1,7 @@
|
|||||||
// RUN: $llvmgcc $test -c -o /dev/null |& \
|
// RUN: $llvmgcc $test -c -o /dev/null |& \
|
||||||
// RUN: egrep {(14|15|22): warning:} | \
|
// RUN: egrep {(14|15|22): warning:} | \
|
||||||
// RUN: wc -l | grep --quiet 3
|
// RUN: wc -l | grep --quiet 3
|
||||||
// XTARGET: darwin
|
// XTARGET: darwin,linux
|
||||||
// XFAIL: *
|
// XFAIL: *
|
||||||
// END.
|
// END.
|
||||||
// Insist upon warnings for inappropriate weak attributes.
|
// Insist upon warnings for inappropriate weak attributes.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// RUN: %llvmgcc %s -c -g -o /dev/null
|
// RUN: %llvmgcc %s -c -g -o /dev/null
|
||||||
// XTARGET: darwin
|
// XTARGET: darwin,linux
|
||||||
// XFAIL: *
|
// XFAIL: *
|
||||||
void foo() {}
|
void foo() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user