[PATCH] D58005: Recover elf32-bigmips and elf32-powerpc support in LLD

vit9696 via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 14:26:30 PST 2019


vit9696 added a comment.

Done with the test update. As for your other comments, there are some minor differences in section handling for different output types in GNU binutils, but I believe they have little to do with LLD abilities as of now. ppclinux one is chosen when clang is used for linking under Linux target. You can get some more details by checking ld/emulation folder, but I believe it is just fine to have these as synonyms for a long while to let most of the code continue building just fine.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58005/new/

https://reviews.llvm.org/D58005





More information about the llvm-commits mailing list