diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2019-10-19 09:45:28 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2019-10-19 09:45:28 +0000 |
commit | 81a01e73faabb574bc0a8606de560c5c671e8801 (patch) | |
tree | 6391137bf5b964b8b71537c31c1c36b838843954 /clang/docs/Modules.rst | |
parent | 963e0d6755cd7b79c96a6b167460e1c9ed3f8353 (diff) | |
download | bcm5719-llvm-81a01e73faabb574bc0a8606de560c5c671e8801.tar.gz bcm5719-llvm-81a01e73faabb574bc0a8606de560c5c671e8801.zip |
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.
llvm-svn: 375338
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 63f09f90fe6..34ad55a4876 100644 --- a/clang/docs/Modules.rst +++ b/clang/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 ================ |