[all-commits] [llvm/llvm-project] 4b09cb: [PowerPC] Correctly use ELFv2 ABI on all OS's that...

Brad Smith via All-commits all-commits at lists.llvm.org
Mon Feb 20 15:11:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b09cb2b16ebac179264b2bf5d99d19f363f24b8
      https://github.com/llvm/llvm-project/commit/4b09cb2b16ebac179264b2bf5d99d19f363f24b8
  Author: Brad Smith <brad at comstyle.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/ppc-abi.c
    M llvm/include/llvm/TargetParser/Triple.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/test/CodeGen/PowerPC/ppc64-elf-abi.ll
    M llvm/test/CodeGen/PowerPC/pr47373.ll

  Log Message:
  -----------
  [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABI

Add a member function isPPC64ELFv2ABI() to determine what ABI is used on the
64-bit PowerPC big endian operating environment.

Reviewed By: nemanjai, dim, pkubaj

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




More information about the All-commits mailing list