================
@@ -345,6 +345,22 @@ add_entrypoint_object(
.rand_util
)
+add_entrypoint_external(
+ memalignment
+ DEPENDS
+ ${SCUDO_DEPS}
+)
----------------
jhuber6 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/132493