From 84058c9accd075a5e785906ab9e7aae03d3d7e8d Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 5 Apr 2013 20:54:46 +0000 Subject: [PATCH] [mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builder llvm-mips-linux green. llvm-mips-linux runs on a big endian machine. This test passes if I change 'e' to 'E' in the target data layout string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178910 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/test-interp-vec-loadstore.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ExecutionEngine/test-interp-vec-loadstore.ll b/test/ExecutionEngine/test-interp-vec-loadstore.ll index e9f5b445a86..e5007114c07 100644 --- a/test/ExecutionEngine/test-interp-vec-loadstore.ll +++ b/test/ExecutionEngine/test-interp-vec-loadstore.ll @@ -1,4 +1,5 @@ ; RUN: %lli -force-interpreter=true %s | FileCheck %s +; XFAIL: mips ; CHECK: 1 ; CHECK: 2 ; CHECK: 3 -- 2.34.1