Files
clang-p2996/libc/test/integration/scudo
Michael Jones a5bab70d06 [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
2024-05-21 16:06:20 -07:00
..