[all-commits] [llvm/llvm-project] edcfc3: [Object] Use BFD name for little-endian PowerPC64

Bill Wendling via All-commits all-commits at lists.llvm.org
Sun Apr 19 20:10:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: edcfc391e142ea4f2c5d9dc4976644dd2cecdcae
      https://github.com/llvm/llvm-project/commit/edcfc391e142ea4f2c5d9dc4976644dd2cecdcae
  Author: Bill Wendling <isanbard at gmail.com>
  Date:   2020-04-19 (Sun, 19 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/test/tools/llvm-objcopy/ELF/cross-arch-headers.test

  Log Message:
  -----------
  [Object] Use BFD name for little-endian PowerPC64

Summary:
Little-endian PowerPC object files should report "elf64-powerpcle" instead of
"elf64-powerpc".

Reviewers: jhenderson, MaskRay, espindola, alexshap, rupprecht, #powerpc

Reviewed By: MaskRay

Subscribers: wuzish, emaste, nemanjai, shchenz, steven.zhang, llvm-commits

Tags: #llvm, #powerpc

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




More information about the All-commits mailing list