diff options
| author | Leonard Chan <leonardchan@google.com> | 2022-06-08 11:54:18 -0700 |
|---|---|---|
| committer | Leonard Chan <leonardchan@google.com> | 2022-06-08 11:56:33 -0700 |
| commit | 060907dd008011256da84ad48e93ddd1eae087ea (patch) | |
| tree | 6c0d96b0c81b7e0519c92cddadc1ac90917263ab /llvm/tools/llvm-cov/CodeCoverage.cpp | |
| parent | ed6c309d4bf60b8a6abcf37a4e9d5b4bef96191b (diff) | |
| download | llvm-060907dd008011256da84ad48e93ddd1eae087ea.zip llvm-060907dd008011256da84ad48e93ddd1eae087ea.tar.gz llvm-060907dd008011256da84ad48e93ddd1eae087ea.tar.bz2 | |
Revert "Reland "[NFC][compiler-rt][asan] Unify asan and lsan allocator settings""
This reverts commit b37d84aa8d59dde2fae7388da5101bf471ec3434.
This broke aarch64 asan builders for fuchsia. I accidentally changed the allocator
settings for fuchsia on aarch64 because the new asan allocator settings use:
```
// AArch64/SANITIZER_CAN_USE_ALLOCATOR64 is only for 42-bit VMA
// so no need to different values for different VMA.
const uptr kAllocatorSpace = 0x10000000000ULL;
const uptr kAllocatorSize = 0x10000000000ULL; // 3T.
typedef DefaultSizeClassMap SizeClassMap;
```
rather than reaching the final `#else` which would use fuchsia's lsan config.
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions
