[all-commits] [llvm/llvm-project] 016ae7: [libc] add scudo wrappers to llvm libc
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Jul 26 10:25:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 016ae7df95f2d30bc8e44d5e06571e7510770379
https://github.com/llvm/llvm-project/commit/016ae7df95f2d30bc8e44d5e06571e7510770379
Author: Michael Jones <michaelrj at google.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M libc/lib/CMakeLists.txt
Log Message:
-----------
[libc] add scudo wrappers to llvm libc
The previous patch included the implementations for the scudo allocator,
but not the wrappers. This change fixes that.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D106718
More information about the All-commits
mailing list