[llvm-commits] [llvm] r78038 - /llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c
Bill Wendling
isanbard at gmail.com
Mon Aug 3 20:40:55 PDT 2009
Author: void
Date: Mon Aug 3 22:40:47 2009
New Revision: 78038
URL: http://llvm.org/viewvc/llvm-project?rev=78038&view=rev
Log:
XFAIL for the moment.
Modified:
llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c
Modified: llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c?rev=78038&r1=78037&r2=78038&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c (original)
+++ llvm/trunk/test/FrontendC/2005-12-04-AttributeUsed.c Mon Aug 3 22:40:47 2009
@@ -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;
More information about the llvm-commits
mailing list