[all-commits] [llvm/llvm-project] 8514d2: [AIX] Handle ReadOnlyWithRel kind on AIX.
Esme via All-commits
all-commits at lists.llvm.org
Sun Aug 27 21:25:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8514d207ba914ed0ba48ae386cb2652f258700df
https://github.com/llvm/llvm-project/commit/8514d207ba914ed0ba48ae386cb2652f258700df
Author: esmeyi <esme.yi at ibm.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M llvm/lib/MC/MCSectionXCOFF.cpp
A llvm/test/CodeGen/PowerPC/aix-relro-section.ll
Log Message:
-----------
[AIX] Handle ReadOnlyWithRel kind on AIX.
Summary: This patch handles the SectionKind of ReadOnlyWithRel on AIX. The failure was discovered during sanitizer enablement and occured with `-fsanitize-coverage` option.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D157483
More information about the All-commits
mailing list