[PATCH] D22268: lld: Add -m elf32_x86_64
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 10:30:50 PDT 2016
davide added a subscriber: davide.
davide added a comment.
LGTM modulo nit.
For the future, please upload a diff with context, so that we can review directly on phab.
`svn diff --diff-cmd=diff -x-U50000` or `git diff -U50000`
Thanks for the patch!
================
Comment at: ELF/Driver.cpp:73
@@ -72,2 +72,3 @@
.Case("elf_x86_64", {ELF64LEKind, EM_X86_64})
+ .Case("elf32_x86_64", {ELF32LEKind, EM_X86_64})
.Default({ELFNoneKind, EM_NONE});
----------------
This is unsorted, maybe.
Repository:
rL LLVM
http://reviews.llvm.org/D22268
More information about the llvm-commits
mailing list