[all-commits] [llvm/llvm-project] d96358: [compiler-rt] Increase kDlsymAllocPoolSize to fix ...

Michał Górny via All-commits all-commits at lists.llvm.org
Fri Dec 17 10:29:06 PST 2021


  Branch: refs/heads/release/13.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d96358a2819399a2abb60ad3b26444ab7b4409cf
      https://github.com/llvm/llvm-project/commit/d96358a2819399a2abb60ad3b26444ab7b4409cf
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  Changed paths:
    M compiler-rt/lib/asan/asan_malloc_linux.cpp

  Log Message:
  -----------
  [compiler-rt] Increase kDlsymAllocPoolSize to fix test failures

Increase kDlsymAllocPoolSize on the release branch as discussed on bug
51620, as an alternative to backporting
cb0e14ce6dcdd614a7207f4ce6fcf81a164471ab and its dependencies.
The minimum size is 8192, as needed for the following test to pass:

  AddressSanitizer-i386-linux :: TestCases/Linux/long-object-path.cpp

Fixes #51620




More information about the All-commits mailing list