[all-commits] [llvm/llvm-project] 658250: [AIX] Handle toc-data offset overflowing 16-bits (...
Zaara Syeda via All-commits
all-commits at lists.llvm.org
Thu Mar 28 10:55:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6582509daa9a598fc42c14268035b9a90d82f057
https://github.com/llvm/llvm-project/commit/6582509daa9a598fc42c14268035b9a90d82f057
Author: Zaara Syeda <syzaara at ca.ibm.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M llvm/lib/MC/XCOFFObjectWriter.cpp
A llvm/test/CodeGen/PowerPC/aix-overflow-toc-data.py
Log Message:
-----------
[AIX] Handle toc-data offset overflowing 16-bits (#80092)
When the toc-data offset overflows the 16-bits, we can truncate the
value to the 16-bit value as the linker will handle overflow through
fixup code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list