[llvm] r227981 - Disable 32-bit tests in tls-pic.ll until they can be repaired
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Tue Feb 3 08:57:38 PST 2015
Author: wschmidt
Date: Tue Feb 3 10:57:38 2015
New Revision: 227981
URL: http://llvm.org/viewvc/llvm-project?rev=227981&view=rev
Log:
Disable 32-bit tests in tls-pic.ll until they can be repaired
Modified:
llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll?rev=227981&r1=227980&r2=227981&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll Tue Feb 3 10:57:38 2015
@@ -1,7 +1,7 @@
; RUN: llc -march=ppc64 -mcpu=pwr7 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0 %s
; RUN: llc -march=ppc64 -mcpu=pwr7 -O1 -relocation-model=pic < %s | FileCheck -check-prefix=OPT1 %s
-; RUN: llc -march=ppc32 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0-32 %s
-; RUN: llc -march=ppc32 -O1 -relocation-model=pic < %s | FileCheck -check-prefix=OPT1-32 %s
+; R;U;N: llc -march=ppc32 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0-32 %s
+; R;U;N: llc -march=ppc32 -O1 -relocation-model=pic < %s | FileCheck -check-prefix=OPT1-32 %s
target triple = "powerpc64-unknown-linux-gnu"
; Test correct assembly code generation for thread-local storage using
More information about the llvm-commits
mailing list