[compiler-rt] [scudo] Support no-preserve-all-regions mode (PR #85149)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 27 14:49:54 PDT 2024
ChiaHungDuan wrote:
> Is there good coverage of the no preserve case?
>
> I know you changed the config in primary_test.cpp, but I'm not sure how much coverage that will get.
The only difference between TestConfig2 and TestConfig3 is whether `MaySupportMemoryTagging` is set. Therefore, it shares the same test coverage as before when memory tagging is disabled. It's unfortunate that we have so subtle differences between those test configs and I think we need to review the test configs and at least rename/add comments to them.
https://github.com/llvm/llvm-project/pull/85149
More information about the llvm-commits
mailing list