[all-commits] [llvm/llvm-project] 92c614: lld/ELF: Parse MSP430 BFD/emulation names

LemonBoy via All-commits all-commits at lists.llvm.org
Mon Dec 14 09:38:32 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92c6141ce6a954aa866bba8e53850e7dd9d9abb6
      https://github.com/llvm/llvm-project/commit/92c6141ce6a954aa866bba8e53850e7dd9d9abb6
  Author: LemonBoy <thatlemon at gmail.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M lld/ELF/Driver.cpp
    M lld/ELF/ScriptParser.cpp
    A lld/test/ELF/emulation-msp430.s

  Log Message:
  -----------
  lld/ELF: Parse MSP430 BFD/emulation names

Follow the naming set by TI's own GCC-based toolchain.
Also, force the `osabi` field to `ELFOSABI_STANDALONE`, this matches GNU LD's output (the patching is done in `elf32_msp430_post_process_headers`).

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D92931




More information about the All-commits mailing list