diff options
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 0ea3b5bb377..418765468c2 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -213,6 +213,9 @@ Command-line parameters ``-fmodule-file=<file>`` Load the given precompiled module file. +``-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. + Module Semantics ================ |