[libcxx-commits] [PATCH] D119134: [libcxx] Silence -Wformat-nonliteral warnings in the Windows support code

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 11:04:46 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/utils/ci/run-buildbot:604
     generate-cmake \
+          -DLIBCXX_ENABLE_WERROR=ON \
           -DCMAKE_C_COMPILER=x86_64-w64-mingw32-clang \
----------------
Would you be OK with moving it to the CMake cache instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119134/new/

https://reviews.llvm.org/D119134



More information about the libcxx-commits mailing list