[llvm] r289114 - [mips] Change gnueabi to gnu in the triple because EABI has been removed recently. NFC
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 14:10:45 PST 2016
Author: atanasyan
Date: Thu Dec 8 16:10:44 2016
New Revision: 289114
URL: http://llvm.org/viewvc/llvm-project?rev=289114&view=rev
Log:
[mips] Change gnueabi to gnu in the triple because EABI has been removed recently. NFC
Modified:
llvm/trunk/test/CodeGen/Mips/fp16-promote.ll
Modified: llvm/trunk/test/CodeGen/Mips/fp16-promote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/fp16-promote.ll?rev=289114&r1=289113&r2=289114&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/fp16-promote.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/fp16-promote.ll Thu Dec 8 16:10:44 2016
@@ -1,4 +1,4 @@
-; RUN: llc -asm-verbose=false -mtriple=mipsel-linux-gnueabi -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-LIBCALL
+; RUN: llc -asm-verbose=false -mtriple=mipsel-linux-gnu -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-LIBCALL
; CHECK-LIBCALL-LABEL: test_fadd:
; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
More information about the llvm-commits
mailing list