[libcxx-commits] [PATCH] D156508: [libc++][Modules] Fix a few module related warnings

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 28 20:11:41 PDT 2023


iana added a comment.

I can't reproduce the warning in `check-cxx` or `run-buildbot generic-modules` and I don't know why. It looks like the tests have `-Werror=all`, and just in case I tried adding `-Werror=undefined-inline`, but they still come up green. So I'm stumped why this seems to only reproduce when I install libc++ into my macOS SDK, but it seems like a serious problem with an easy fix that we'd better put into llvm 17.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156508



More information about the libcxx-commits mailing list