This is an archive of the discontinued LLVM Phabricator instance.

[ELF][mips] Print the full file path for files with incompatible ISA
ClosedPublic

Authored by arichardson on Dec 7 2017, 7:58 AM.

Details

Summary

I also changed the message to print both the ISA and the the architecture
name for incompatible files. Previously it would be quite hard to find the
actual path of the incompatible object files in projects that have many
object files with the same name in different directories.

Diff Detail

Repository
rL LLVM

Event Timeline

arichardson created this revision.Dec 7 2017, 7:58 AM

Run git-clang-format

atanasyan accepted this revision.Dec 7 2017, 8:02 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Dec 7 2017, 8:02 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.