[all-commits] [llvm/llvm-project] 4a5d62: [scudo] SCUDO_FUCHSIA uses ReservedMemoryDefault

Caslyn Tonelli via All-commits all-commits at lists.llvm.org
Wed Jul 5 13:22:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a5d6267832fd3dca1a21b7a9e42eca27ba102ca
      https://github.com/llvm/llvm-project/commit/4a5d6267832fd3dca1a21b7a9e42eca27ba102ca
  Author: Caslyn Tonelli <caslyn at google.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/mem_map.h

  Log Message:
  -----------
  [scudo] SCUDO_FUCHSIA uses ReservedMemoryDefault

Some Fuchsia zx tests failed from https://reviews.llvm.org/D153888:
https://turquoise-internal-review.git.corp.google.com/c/integration/+/729619

Use `ReservedMemoryDefault` for `SCUDO_FUCHSIA` to use the default
MemMap API, while test failures are debugged.

Differential Revision: https://reviews.llvm.org/D154538




More information about the All-commits mailing list