forked from OSchip/llvm-project
parent
ba7eab09d6
commit
27d8b20ee5
|
@ -573,7 +573,7 @@ A *use-declaration* specifies one of the other modules that the module is allowe
|
|||
use B
|
||||
}
|
||||
|
||||
When compiling a source file that implements a module, use the option ``-fmodule-name=``module-id to indicate that the source file is logically part of that module.
|
||||
When compiling a source file that implements a module, use the option ``-fmodule-name=module-id`` to indicate that the source file is logically part of that module.
|
||||
|
||||
The compiler at present only applies restrictions to the module directly being built.
|
||||
|
||||
|
|
Loading…
Reference in New Issue