[libcxx-commits] [libcxx] [libc++] Fix header deprecations (PR #163356)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 23 09:16:34 PDT 2025
================
@@ -89,7 +89,7 @@
// UNSUPPORTED: LIBCXX-FREEBSD-FIXME
// RUN: mkdir %t
-// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} --trace-includes -fshow-skipped-includes --preprocess > /dev/null 2> %t/trace-includes.txt
+// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -Wno-deprecated --trace-includes -fshow-skipped-includes --preprocess > /dev/null 2> %t/trace-includes.txt
----------------
ldionne wrote:
Why were these warnings not showing up before this patch? I think we need to understand that.
https://github.com/llvm/llvm-project/pull/163356
More information about the libcxx-commits
mailing list