[PATCH] D157483: [AIX] Handle ReadOnlyWithRel kind on AIX.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 19:46:55 PDT 2023
hubert.reinterpretcast added a comment.
In D157483#4612870 <https://reviews.llvm.org/D157483#4612870>, @Esme wrote:
>> It sounds like this is not a regression and can be left out of the LLVM 17 release then. Does that sound right?
>
> I think so. This failure currently only occurs with `-fsanitize-coverage` and support for this option on AIX is not yet complete.
It is clear from the added test that the failure can occur in other contexts, but we only discovered the issue in new coverage (associated with sanitizer enablement).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157483/new/
https://reviews.llvm.org/D157483
More information about the llvm-commits
mailing list