File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,11 @@ if(NOT LIBC_TARGET_OS_IS_BAREMETAL AND NOT LIBC_TARGET_OS_IS_GPU)
385385 DEPENDS
386386 ${SCUDO_DEPS}
387387 )
388+ add_entrypoint_external(
389+ memalignment
390+ DEPENDS
391+ ${SCUDO_DEPS}
392+ )
388393 add_entrypoint_external(
389394 calloc
390395 DEPENDS
@@ -414,6 +419,9 @@ if(NOT LIBC_TARGET_OS_IS_BAREMETAL AND NOT LIBC_TARGET_OS_IS_GPU)
414419 add_entrypoint_external(
415420 malloc
416421 )
422+ add_entrypoint_external(
423+ memalignment
424+ )
417425 add_entrypoint_external(
418426 calloc
419427 )
@@ -524,6 +532,12 @@ if(LIBC_TARGET_OS_IS_BAREMETAL OR LIBC_TARGET_OS_IS_GPU)
524532 DEPENDS
525533 .${LIBC_TARGET_OS} .malloc
526534 )
535+ add_entrypoint_object(
536+ memalignment
537+ ALIAS
538+ DEPENDS
539+ .${LIBC_TARGET_OS} .memalignment
540+ )
527541 add_entrypoint_object(
528542 free
529543 ALIAS
You can’t perform that action at this time.
0 commit comments