mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
XFAIL for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13ed1e2936
commit
d9a05eb97e
@ -1,5 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llvm-dis | \
|
||||
// RUN: grep llvm.used | grep foo | grep X
|
||||
// FIXME - Unxfail this when I know what's going on.
|
||||
// XFAIL: *
|
||||
|
||||
int X __attribute__((used));
|
||||
int Y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user