[libc-commits] [libc] [libc] Add startup code for ARM v7-A, ARM v7-R variants (PR #153576)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Aug 14 09:48:44 PDT 2025
================
@@ -15,6 +15,8 @@
#include "startup/baremetal/fini.h"
#include "startup/baremetal/init.h"
+#include <arm_acle.h>
----------------
michaelrj-google wrote:
nit: add a comment explaining what this is providing.
https://github.com/llvm/llvm-project/pull/153576
More information about the libc-commits
mailing list