[libc-commits] [libc] [libc] implement `memalignment` (PR #132493)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sun Mar 23 09:15:32 PDT 2025


================
@@ -524,6 +540,12 @@ if(LIBC_TARGET_OS_IS_BAREMETAL OR LIBC_TARGET_OS_IS_GPU)
     DEPENDS
       .${LIBC_TARGET_OS}.malloc
   )
+  add_entrypoint_object(
+    memalignment
+    ALIAS
+    DEPENDS
+      .${LIBC_TARGET_OS}.memalignment
+  )
----------------
jhuber6 wrote:

```suggestion
  )
```

https://github.com/llvm/llvm-project/pull/132493


More information about the libc-commits mailing list