[llvm-commits] [llvm] r47411 - /llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
Devang Patel
dpatel at apple.com
Wed Feb 20 15:10:42 PST 2008
Author: dpatel
Date: Wed Feb 20 17:10:42 2008
New Revision: 47411
URL: http://llvm.org/viewvc/llvm-project?rev=47411&view=rev
Log:
XFAIL for now.
Modified:
llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
Modified: llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll?rev=47411&r1=47410&r2=47411&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll (original)
+++ llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll Wed Feb 20 17:10:42 2008
@@ -1,4 +1,5 @@
-; RUN: not llvm-as < %s -o /dev/null -f
+; RUN: llvm-as < %s -o /dev/null -f
+; XFAIL: *
define void @test() {
call {} @foo()
More information about the llvm-commits
mailing list