[PATCH] D57283: Recognize FreeBSD specific BFD names in OUTPUT_FORMAT

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 03:08:11 PST 2019


dim updated this revision to Diff 184053.
dim added a comment.

Updated to address comments:

- Replaced tuple with `BfdDesc` struct
- Parse -freebsd suffix to determine OSABI
- Add new case for `elf-aarch64` (which used to be `elf-aarch64-freebsd`)


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D57283

Files:
  ELF/ScriptParser.cpp
  test/ELF/emulation-aarch64.s
  test/ELF/emulation-ppc.s
  test/ELF/emulation-x86.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57283.184053.patch
Type: text/x-patch
Size: 8712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/c7650132/attachment.bin>


More information about the llvm-commits mailing list