diff options
author | Enna1 <xumingjie.enna1@bytedance.com> | 2024-03-27 09:06:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:06:45 +0800 |
commit | 4720e3831b814fdd2e8441ee0ac05b6934fdf533 (patch) | |
tree | beeab182a0b5a43b69709ebbde412ecb0bafd79d /llvm/lib/Object/COFFImportFile.cpp | |
parent | d023995ae2cc6ab968ec305ea7b6f11b6ac2e78f (diff) | |
download | llvm-4720e3831b814fdd2e8441ee0ac05b6934fdf533.zip llvm-4720e3831b814fdd2e8441ee0ac05b6934fdf533.tar.gz llvm-4720e3831b814fdd2e8441ee0ac05b6934fdf533.tar.bz2 |
[NFC][Sanitizer] Refine the restriction on SizeClassAllocator64::kRegionSize (#86270)
This patch replaces the `SANITIZER_WORDSIZE / 2` with
`sizeof(CompactPtrT) * 8`, replaces hardcoded `4` with
`kCompactPtrScale` in assertion.
Diffstat (limited to 'llvm/lib/Object/COFFImportFile.cpp')
0 files changed, 0 insertions, 0 deletions