[libc-commits] [libc] Enable bare-metal hermetic tests on Arm (PR #207361)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Fri Jul 3 08:38:38 PDT 2026
================
@@ -0,0 +1,113 @@
+//===-- Arm bare-metal hermetic test utilities ----------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "hdr/stdint_proxy.h"
+
+#include <llvm-libc-types/ssize_t.h>
+#include <stddef.h>
----------------
vhscampos wrote:
Same question as below. If you need it because of typedefs, maybe you have to include the type headers directly, as you do for ssize_t
https://github.com/llvm/llvm-project/pull/207361
More information about the libc-commits
mailing list