diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-12-14 18:44:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-12-15 23:43:47 (GMT) |
commit | e84fcbcb0b7c33caf35fbdfde411e8636f4d31f9 (patch) | |
tree | 332a054ac99340340fa00103c5eee72046569143 /Help/dev/experimental.rst | |
parent | 5e35913382d0bbca6b843f6bbe2fd52fa47d32c9 (diff) | |
download | CMake-e84fcbcb0b7c33caf35fbdfde411e8636f4d31f9.zip CMake-e84fcbcb0b7c33caf35fbdfde411e8636f4d31f9.tar.gz CMake-e84fcbcb0b7c33caf35fbdfde411e8636f4d31f9.tar.bz2 |
cxxmodules: support new round of Clang patches
These patches now support the `-MF` output, so remove the `none` support
added just for the old patchset which did not use it.
Also update the flag name to `-fmodule-output=`.
Due to the new Clang module mapper flag, use a new experimental support
UUID as well.
Diffstat (limited to 'Help/dev/experimental.rst')
-rw-r--r-- | Help/dev/experimental.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index fbbad30..c97d542 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -18,7 +18,7 @@ C++20 Module APIs ================= Variable: ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API`` -Value: ``9629ab6c-6c0e-423f-bb9d-cc5ac4a22041`` +Value: ``2182bf5c-ef0d-489a-91da-49dbc3090d2a`` In order to support C++20 modules, there are a number of behaviors that have CMake APIs to provide the required features to build and export them from a |