================ @@ -414,6 +420,9 @@ if(NOT LIBC_TARGET_OS_IS_BAREMETAL AND NOT LIBC_TARGET_OS_IS_GPU) add_entrypoint_external( malloc ) + add_entrypoint_external( + memalignment + ) ---------------- jhuber6 wrote: ```suggestion ``` https://github.com/llvm/llvm-project/pull/132493