From e0a4d641bc34a4c410fe73cc72b1ec435cde809a Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Thu, 8 Dec 2016 22:10:44 +0000 Subject: [PATCH] [mips] Change gnueabi to gnu in the triple because EABI has been removed recently. NFC llvm-svn: 289114 --- test/CodeGen/Mips/fp16-promote.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Mips/fp16-promote.ll b/test/CodeGen/Mips/fp16-promote.ll index f060f6ab03e..e3d3a0a3d12 100644 --- a/test/CodeGen/Mips/fp16-promote.ll +++ b/test/CodeGen/Mips/fp16-promote.ll @@ -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)