This is an archive of the discontinued LLVM Phabricator instance.

[mips] Pass nan2008 info to the back-end.
ClosedPublic

Authored by matheusalmeida on Apr 22 2014, 2:53 AM.

Diff Detail

Event Timeline

matheusalmeida edited edge metadata.

Remove FIXME. The driver now aborts if there's a called to diag.

atanasyan added inline comments.May 6 2014, 10:25 AM
lib/Driver/Tools.cpp
1047

Please align this line properly:

D.Diag(diag::err_drv_unsupported_option_argument)
  << A->getOption().getName() << Val;
matheusalmeida added inline comments.May 7 2014, 3:44 AM
lib/Driver/Tools.cpp
1047

That was actually aligned by clang-format. See for yourself =)

atanasyan added inline comments.May 7 2014, 5:52 AM
lib/Driver/Tools.cpp
1047

OK :)

matheusalmeida retitled this revision from [mips] Pass nan2008 info to the backend. to [mips] Pass nan2008 info to the back-end..May 7 2014, 8:58 AM
matheusalmeida updated this object.
matheusalmeida edited edge metadata.
matheusalmeida closed this revision.May 7 2014, 9:23 AM