[libc] add scudo wrappers to llvm libc
authorMichael Jones <michaelrj@google.com>
Fri, 23 Jul 2021 22:15:03 +0000 (22:15 +0000)
committerMichael Jones <michaelrj@google.com>
Mon, 26 Jul 2021 17:24:52 +0000 (17:24 +0000)
commit016ae7df95f2d30bc8e44d5e06571e7510770379
treeb383aa053645a8ab3f2409bd0084f8fa0fcc439c
parent6b9aba43a2392c307694229261c2be66557b6e88
[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
libc/lib/CMakeLists.txt