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:
Bill Wendling 2009-08-04 03:40:47 +00:00
parent 13ed1e2936
commit d9a05eb97e

View File

@ -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;