[compiler-rt] [Sanitizers][ABI] Remove too strong assert in asan_abi_shim (PR #81696)

Mariusz Borsa via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 19:56:19 PST 2024


wrotki wrote:

> Suggestion: relax the assertion to `sizeof(uptr) == 4 || sizeof(uptr) == 8` instead of removing it entirely

Sure, will do that, thanks!

> Suggestion: relax the assertion to `sizeof(uptr) == 4 || sizeof(uptr) == 8` instead of removing it entirely

Did that, thanks for the suggestion!

https://github.com/llvm/llvm-project/pull/81696


More information about the llvm-commits mailing list