r375327 - [Docs] Fix header level.
Michael J. Spencer via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 18:48:57 PDT 2019
Author: mspencer
Date: Fri Oct 18 18:48:57 2019
New Revision: 375327
URL: http://llvm.org/viewvc/llvm-project?rev=375327&view=rev
Log:
[Docs] Fix header level.
Modified:
cfe/trunk/docs/Modules.rst
Modified: cfe/trunk/docs/Modules.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Modules.rst?rev=375327&r1=375326&r2=375327&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Fri Oct 18 18:48:57 2019
@@ -226,7 +226,7 @@ Command-line parameters
Specify the path to the prebuilt modules. If specified, we will look for modules in this directory for a given top-level module name. We don't need a module map for loading prebuilt modules in this directory and the compiler will not try to rebuild these modules. This can be specified multiple times.
-cc1 Options
-^^^^^^^^^^^^
+~~~~~~~~~~~~
``-fmodules-strict-context-hash``
Enables hashing of all compiler options that could impact the semantics of a
More information about the cfe-commits
mailing list