[libcxx-commits] [PATCH] D157364: [libc++][Modules] Generate the __std_clang_module header

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 10 10:14:29 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/utils/CMakeLists.txt:7
+  COMMAND "${Python3_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/generate_std_clang_module_header.py"
+  COMMENT "Generate the <__std_clang_module> header")
+
----------------
iana wrote:
> Mordante wrote:
> > 
> But the one above says `Generate the <version> header`
I missed that. Then let's keep it as is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157364



More information about the libcxx-commits mailing list