This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by mohit.bhakkad on Jul 1 2016, 3:46 AM.

Details

Reviewers
dsanders
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 set the repository for this revision to rL LLVM.
mohit.bhakkad added a reviewer: dsanders.
mohit.bhakkad added subscribers: jaydeep, slthakur.

Hi @dsanders, could you please review this?

dsanders requested changes to this revision.Jul 15 2016, 4:55 AM
dsanders edited edge metadata.

This patch hasn't CC'd the list. Please mark this review abandoned and re-post it with the list CC'd.

This revision now requires changes to proceed.Jul 15 2016, 4:55 AM
mohit.bhakkad abandoned this revision.Jul 17 2016, 11:08 PM