summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2019-10-19 09:45:28 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2019-10-19 09:45:28 +0000
commite0049ed341a18972e5df69a474c8f3efa71db116 (patch)
tree422347647f1af3f65d5fb642f294df5b2ae478c8 /docs
parent9504ebbcec8f25e384f36e4145c0cee135a58d88 (diff)
downloadclang-e0049ed341a18972e5df69a474c8f3efa71db116.tar.gz
Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics." and "[Docs] Fix header level."
The test doesn't work on Windows. I'll fix it and recommit later. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Modules.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/Modules.rst b/docs/Modules.rst
index 63f09f90fe..34ad55a487 100644
--- a/docs/Modules.rst
+++ b/docs/Modules.rst
@@ -225,16 +225,6 @@ Command-line parameters
``-fprebuilt-module-path=<directory>``
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
- module in an implicit build. This includes things such as header search paths
- and diagnostics. Using this option may lead to an excessive number of modules
- being built if the command line arguments are not homogeneous across your
- build.
-
Module Semantics
================