mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 21:25:41 +00:00
[mips] Change gnueabi to gnu in the triple because EABI has been removed recently. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52fccbe647
commit
f375f74c8a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user