[all-commits] [llvm/llvm-project] 4c0da2: [PATCH] [PowerPC] Correctly use ELFv2 ABI on all O...
Brad Smith via All-commits
all-commits at lists.llvm.org
Tue Feb 21 22:24:57 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: 4c0da2726e7f40b400066a6fb292dc260e135f3e
https://github.com/llvm/llvm-project/commit/4c0da2726e7f40b400066a6fb292dc260e135f3e
Author: Brad Smith <brad at comstyle.com>
Date: 2023-02-21 (Tue, 21 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:
-----------
[PATCH] [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
(cherry picked from commit 4b09cb2b16ebac179264b2bf5d99d19f363f24b8)
More information about the All-commits
mailing list