[all-commits] [llvm/llvm-project] 56ee5d: [Support] Fix asan AllocatorTest after ba0d50ad7ec66
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri May 6 06:52:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56ee5d9337fac7fcf9e755e75d85563d84d1b89c
https://github.com/llvm/llvm-project/commit/56ee5d9337fac7fcf9e755e75d85563d84d1b89c
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M llvm/unittests/Support/AllocatorTest.cpp
Log Message:
-----------
[Support] Fix asan AllocatorTest after ba0d50ad7ec66
We were counting the number of bytes allocated, but under asan there's
extra redzone bytes by default. Disable this.
More information about the All-commits
mailing list