[PATCH] D157483: [AIX] Handle ReadOnlyWithRel kind on AIX.
Esme Yi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 20:20:41 PDT 2023
Esme added a comment.
In D157483#4612306 <https://reviews.llvm.org/D157483#4612306>, @hubert.reinterpretcast wrote:
> @Esme, can you add more info about the motivation for doing this (e.g., what fails?) to either the patch description (preferred) or as a comment (replying to this one)?
> Information on whether this should be included for LLVM 17 (and why) would be useful.
The issue was found by Zheng @shchenz during sanitizer enablement on AIX.
> $ clang -fsanitize=address -m32 -fsanitize-coverage=control-flow llvm-project/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_control_flow.cpp
> fatal error: error in backend: Printing for this SectionKind is unimplemented.
> clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
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