[all-commits] [llvm/llvm-project] 145a92: [scudo] Enable MemMapFuchsia
fabio-d via All-commits
all-commits at lists.llvm.org
Tue Aug 1 15:33:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 145a9290c2ecee0eb43964ec13bcc080d4db6030
https://github.com/llvm/llvm-project/commit/145a9290c2ecee0eb43964ec13bcc080d4db6030
Author: Fabio D'Urso <fdurso at google.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/mem_map.h
Log Message:
-----------
[scudo] Enable MemMapFuchsia
This CL re-enables the new MemMapFuchsia backend which was added
in https://reviews.llvm.org/D153888 but then disabled because of
failing tests in https://reviews.llvm.org/D154538.
The failing tests should be fixed now, let's reland it.
Reviewed By: Caslyn
Differential Revision: https://reviews.llvm.org/D156800
More information about the All-commits
mailing list