This is an archive of the discontinued LLVM Phabricator instance.

[Compiler-rt][MIPS] Fix simple test failure when using gcc
ClosedPublic

Authored by mohit.bhakkad on Jul 17 2016, 11:11 PM.

Details

Summary

n64 is invalid argument to -mabi for gcc compiler:

gcc: error: unrecognized argument in option ‘-mabi=n64’
gcc: note: valid arguments to ‘-mabi=’ are: 32 64 eabi n32 o64

and in clang both -mabi=n64 and -mabi=64 points to n64 abi.

Diff Detail

Repository
rL LLVM

Event Timeline

mohit.bhakkad retitled this revision from to [Compiler-rt][MIPS] Fix simple test failure when using gcc.
mohit.bhakkad updated this object.
mohit.bhakkad added a reviewer: dsanders.
mohit.bhakkad set the repository for this revision to rL LLVM.
mohit.bhakkad added subscribers: llvm-commits, Restricted Project, jaydeep, slthakur.
dsanders accepted this revision.Jul 18 2016, 2:02 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 18 2016, 2:02 AM
This revision was automatically updated to reflect the committed changes.