[all-commits] [llvm/llvm-project] 5ce0a2: [XCOFF] handle the toc-data for object file genera...
Esme via All-commits
all-commits at lists.llvm.org
Wed Jan 11 20:28:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ce0a26bd1cd7fb3d815fd5f03c55dcdac5482c4
https://github.com/llvm/llvm-project/commit/5ce0a26bd1cd7fb3d815fd5f03c55dcdac5482c4
Author: esmeyi <esme.yi at ibm.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/MC/XCOFFObjectWriter.cpp
M llvm/test/CodeGen/PowerPC/basic-toc-data-def.ll
M llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll
M llvm/test/CodeGen/PowerPC/toc-data-const.ll
Log Message:
-----------
[XCOFF] handle the toc-data for object file generation.
Summary: The toc-data feature has been supported for assembly file generation.
This patch handles the toc-data for object file generation.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D139516
More information about the All-commits
mailing list