[all-commits] [llvm/llvm-project] a5bab7: [libc] Fix scudo integration test (#92967)
Michael Jones via All-commits
all-commits at lists.llvm.org
Tue May 21 16:06:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5bab70d0667d3bd709720c5c78870b8ad280545
https://github.com/llvm/llvm-project/commit/a5bab70d0667d3bd709720c5c78870b8ad280545
Author: Michael Jones <michaelrj at google.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M libc/test/integration/scudo/CMakeLists.txt
Log Message:
-----------
[libc] Fix scudo integration test (#92967)
When scudo is built with LLVM-libc's headers, certain functions also
need to be linked from LLVM-libc. This patch adds those functions to the
list to be linked into the specific scudo test, which uses a minimal
subset of libc.
Fixes #92861 and #59453
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list