[libcxx-commits] [PATCH] D105932: [libcxx][modules] protects users from relying on libc++ detail headers (1/n)

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 15 00:00:57 PDT 2021


miscco added inline comments.


================
Comment at: libcxx/utils/generate_private_header_tests.py:19
+
+// REQUIRES: modules-build
+
----------------
Just to be sure, can we disable this for MSVC STL? There are no such headers there and this is rather specific to libc++


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105932



More information about the libcxx-commits mailing list