[libc-commits] [libc] [libc] temporarily set -Wno-shorten-64-to-32 (PR #77396)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Jan 8 16:19:57 PST 2024


================
@@ -22,6 +22,10 @@ add_entrypoint_object(
     libc.include.sys_syscall
     libc.src.__support.OSUtil.osutil
     libc.src.errno.errno
+  COMPILE_OPTIONS
+    # TODO: https://github.com/llvm/llvm-project/issues/77395
+    -Wno-shorten-64-to-32
+    -Wdafasdf
----------------
nickdesaulniers wrote:

sorry, removed

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


More information about the libc-commits mailing list