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

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Fri Jan 17 08:47: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
----------------
nickdesaulniers wrote:

3dabd0adc1e0

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


More information about the libc-commits mailing list