Skip to content

Commit 7af3dfe

Browse files
[libc] support scudo in uefi
1 parent 978cfaa commit 7af3dfe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libc/config/uefi/entrypoints.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,13 @@ if(LIBC_COMPILER_HAS_FIXED_POINT)
447447
)
448448
endif()
449449

450+
if(LLVM_LIBC_INCLUDE_SCUDO)
451+
list(APPEND TARGET_LIBC_ENTRYPOINTS
452+
# malloc.h external entrypoints
453+
libc.src.stdlib.mallopt
454+
)
455+
endif()
456+
450457
set(TARGET_LLVMLIBC_ENTRYPOINTS
451458
${TARGET_LIBC_ENTRYPOINTS}
452459
${TARGET_LIBM_ENTRYPOINTS}

0 commit comments

Comments
 (0)