[llvm] r289113 - [mips] Remove N32 Android test because Android does not support N32 ABI. NFC
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 14:10:39 PST 2016
Author: atanasyan
Date: Thu Dec 8 16:10:38 2016
New Revision: 289113
URL: http://llvm.org/viewvc/llvm-project?rev=289113&view=rev
Log:
[mips] Remove N32 Android test because Android does not support N32 ABI. NFC
Modified:
llvm/trunk/test/CodeGen/Mips/ehframe-indirect.ll
Modified: llvm/trunk/test/CodeGen/Mips/ehframe-indirect.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/ehframe-indirect.ll?rev=289113&r1=289112&r2=289113&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/ehframe-indirect.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/ehframe-indirect.ll Thu Dec 8 16:10:38 2016
@@ -4,8 +4,6 @@
; RUN: FileCheck -check-prefixes=ALL,LINUX,LINUX-O32,O32 %s
; RUN: llc -mtriple=mips64el-linux-gnu -target-abi=n32 < %s -asm-verbose -relocation-model=pic | \
; RUN: FileCheck -check-prefixes=ALL,LINUX,LINUX-N32,N32 %s
-; RUN: llc -mtriple=mips64el-linux-android -target-abi=n32 < %s -asm-verbose -relocation-model=pic | \
-; RUN: FileCheck -check-prefixes=ALL,LINUX,LINUX-N32,N32 %s
; RUN: llc -mtriple=mips64el-linux-gnu < %s -asm-verbose -relocation-model=pic | \
; RUN: FileCheck -check-prefixes=ALL,LINUX,LINUX-N64,N64 %s
; RUN: llc -mtriple=mips64el-linux-android < %s -asm-verbose -relocation-model=pic | \
More information about the llvm-commits
mailing list