[all-commits] [llvm/llvm-project] dcef53: sanitizer_allocator_test: guard SpecialSizeClassMa...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Jun 27 21:17:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcef530878e870cd72479e7ecda6b059ebe00175
      https://github.com/llvm/llvm-project/commit/dcef530878e870cd72479e7ecda6b059ebe00175
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp

  Log Message:
  -----------
  sanitizer_allocator_test: guard SpecialSizeClassMap test with !ALLOCATOR64_SMALL_SIZE

This artificial size class map uses a very large kMaxSize (1<<34) which is not
suitable for small kAddressSpaceSize systems (aarch64-*-linux-android, riscv64).
Exposed by D153664.




More information about the All-commits mailing list