[PATCH] D18661: lld: accept elf_i386_fbsd as an alias for elf_i386
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 11:57:21 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
LGTM
================
Comment at: ELF/Driver.cpp:59
@@ -58,3 +58,3 @@
return {ELF32LEKind, EM_386};
if (S == "elf_x86_64")
return {ELF64LEKind, EM_X86_64};
----------------
This patch makes me wonder if we need "elf_x86_64_fbsd".
http://reviews.llvm.org/D18661
More information about the llvm-commits
mailing list