[PATCH] D40958: [ELF][mips] Print the full file path for files with incompatible ISA

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 07:58:57 PST 2017


arichardson created this revision.
Herald added subscribers: llvm-commits, sdardis, emaste.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40958

Files:
  ELF/Arch/MipsArchTree.cpp
  test/ELF/mips-elf-flags-err.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40958.125963.patch
Type: text/x-patch
Size: 4134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/4ab8c496/attachment.bin>


More information about the llvm-commits mailing list