[PATCH] D95755: [ELF] Support a few elf32lriscv_* & elf64lriscv_* emulations

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 31 14:56:59 PST 2021


luismarques added inline comments.


================
Comment at: lld/ELF/Driver.cpp:160
+              .Cases("elf32ltsmip", "elf32ltsmipn32", {ELF32LEKind, EM_MIPS})
+              .Case("elf32lriscv", {ELF32LEKind, EM_RISCV})
+              .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC})
----------------
Remove this case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95755



More information about the llvm-commits mailing list