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 02393d7ba9f..912cdafc8c3 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -194,6 +194,9 @@ Command-line parameters ``-fmodule-name=module-id`` Consider a source file as a part of the given module. +``-fmodule-map-file=<file>`` + Load the given module map file if a header from its directory or one of its subdirectories is loaded. + Module Map Language =================== |