[PATCH] D44264: [ELF] Add elf64lppc emulation.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 10:44:39 PST 2018
MaskRay created this revision.
Herald added subscribers: llvm-commits, arichardson, emaste.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44264
Files:
ELF/Driver.cpp
Index: ELF/Driver.cpp
===================================================================
--- ELF/Driver.cpp
+++ ELF/Driver.cpp
@@ -127,6 +127,7 @@
.Case("elf64btsmip", {ELF64BEKind, EM_MIPS})
.Case("elf64ltsmip", {ELF64LEKind, EM_MIPS})
.Case("elf64ppc", {ELF64BEKind, EM_PPC64})
+ .Case("elf64lppc", {ELF64LEKind, EM_PPC64})
.Cases("elf_amd64", "elf_x86_64", {ELF64LEKind, EM_X86_64})
.Case("elf_i386", {ELF32LEKind, EM_386})
.Case("elf_iamcu", {ELF32LEKind, EM_IAMCU})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44264.137612.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180308/2701e032/attachment.bin>
More information about the llvm-commits
mailing list