[llvm-commits] [llvm] r164237 - /llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll
Jordan Rose
jordan_rose at apple.com
Wed Sep 19 10:03:11 PDT 2012
Author: jrose
Date: Wed Sep 19 12:03:11 2012
New Revision: 164237
URL: http://llvm.org/viewvc/llvm-project?rev=164237&view=rev
Log:
Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.
XFAIL needs a trailing colon. Hopefully this will get the buildbots
happy again while Bill works on getting it passing.
Modified:
llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll?rev=164237&r1=164236&r2=164237&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll Wed Sep 19 12:03:11 2012
@@ -3,7 +3,7 @@
; This test is currently disabled because the checked instructions
; may appear in random order.
-; XFAIL *
+; XFAIL: *
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
target triple = "powerpc64-unknown-linux-gnu"
More information about the llvm-commits
mailing list