[libc-commits] [PATCH] D106919: [libc][wip] add integration tests for scudo in libc
Mitch Phillips via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jul 27 15:09:49 PDT 2021
hctim added inline comments.
================
Comment at: libc/lib/CMakeLists.txt:7
+if(COMPILER_RT_BUILD_GWP_ASAN)
+ list(APPEND SCUDO_DEPS RTGwpAsan.${LIBC_TARGET_ARCHITECTURE} RTGwpAsanBacktraceLibc.${LIBC_TARGET_ARCHITECTURE} RTGwpAsanSegvHandler.${LIBC_TARGET_ARCHITECTURE})
----------------
`COMPILER_RT_HAS_GWP_ASAN`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106919/new/
https://reviews.llvm.org/D106919
More information about the libc-commits
mailing list