[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:33 PDT 2025


================
@@ -50,7 +50,7 @@
     print(
         f"""\
 //--- {header}.compile.pass.cpp
-// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
+// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only -Wno-deprecated
----------------
ldionne wrote:

Why do you need `-Wno-deprecated` here and below?

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


More information about the libcxx-commits mailing list