[libc-commits] [PATCH] D106718: [libc] add scudo wrappers to llvm libc
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 23 15:17:45 PDT 2021
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, cryptoad, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
The previous patch included the implementations for the scudo allocator,
but not the wrappers. This change fixes that.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106718
Files:
libc/lib/CMakeLists.txt
Index: libc/lib/CMakeLists.txt
===================================================================
--- libc/lib/CMakeLists.txt
+++ libc/lib/CMakeLists.txt
@@ -2,6 +2,7 @@
if(LLVM_LIBC_INCLUDE_SCUDO)
list(APPEND SCUDO_DEP RTScudoStandalone.${LIBC_TARGET_ARCHITECTURE})
+ list(APPEND SCUDO_DEP RTScudoStandaloneCWrappers.${LIBC_TARGET_ARCHITECTURE})
endif()
add_entrypoint_library(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106718.361363.patch
Type: text/x-patch
Size: 391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210723/82246119/attachment.bin>
More information about the libc-commits
mailing list