[libc-commits] [libc] [libc] check a few syscall #'s to avoid wrong syscalls (PR #123100)

via libc-commits libc-commits at lists.llvm.org
Wed Jan 15 11:00:15 PST 2025


================
@@ -53,3 +53,11 @@ add_object_library(
     libc.src.errno.errno
     libc.src.sys.auxv.getauxval
 )
+
+add_header_library(
+  cross_compile_clippy
+  HDRS
+    cross_compile_clippy.h
+  DEPENDS
+  libc.src.__support.macros.properties.architectures
----------------
lntue wrote:

nit: alignment.

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


More information about the libc-commits mailing list