[libc-commits] [libc] [libc] implement `memalignment` (PR #132493)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Mar 25 10:37:28 PDT 2025
================
@@ -345,6 +345,22 @@ add_entrypoint_object(
.rand_util
)
+add_entrypoint_external(
+ memalignment
+ DEPENDS
+ ${SCUDO_DEPS}
+)
----------------
michaelrj-google wrote:
you should remove the external entrypoint, since this has nothing to do with scudo.
https://github.com/llvm/llvm-project/pull/132493
More information about the libc-commits
mailing list