[clang] [clang][driver] Support `--precompile` and `-fmodule-*` options in Clang-CL (PR #98761)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 18:46:04 PDT 2024
================
@@ -1176,12 +1183,12 @@ have ``.cppm`` (or ``.ccm``, ``.cxxm``, ``.c++m``) as the file extension.
However, the behavior is inconsistent with other compilers. This is tracked by
`#57416 <https://github.com/llvm/llvm-project/issues/57416>`_.
-clang-cl is not compatible with standard C++ modules
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.. clang-cl is not compatible with standard C++ modules
----------------
ChuanqiXu9 wrote:
I think we can remove this paragraph directly.
https://github.com/llvm/llvm-project/pull/98761
More information about the cfe-commits
mailing list