diff options
| author | Arthur LAURENT <[email protected]> | 2022-08-07 12:42:05 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-07 12:42:05 +0200 |
| commit | 2b5a9618fd478e9e579a3b64405dd0c9eba63a7d (patch) | |
| tree | 8d1c26df283e5b8785a9f1a09d3fe4d73ef61dac /xmake/rules/c++/modules | |
| parent | b4fa2913604afba00cc09572340ce44389fb5151 (diff) | |
Fix comments
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang.lua b/xmake/rules/c++/modules/modules_support/clang.lua index 00d110a5e..d1aebdd88 100644 --- a/xmake/rules/c++/modules/modules_support/clang.lua +++ b/xmake/rules/c++/modules/modules_support/clang.lua @@ -39,7 +39,7 @@ end -- add a module into the mapper -- -- e.g --- -fmodule-file=foo=build/.gens/Foo/rules/modules/cache/foo.ifc +-- -fmodule-file=foo=build/.gens/Foo/rules/modules/cache/foo.pcm -- function _add_module_to_mapper(target, file, module, bmi) local modulefileflag = get_modulefileflag(target) @@ -56,7 +56,7 @@ end -- add a header unit into the mapper -- -- e.g --- -fmodule-file=build/.gens/Foo/rules/modules/cache/foo.hpp.ifc +-- -fmodule-file=build/.gens/Foo/rules/modules/cache/foo.hpp.pcm -- function _add_headerunit_to_mapper(target, file, bmi) local modulefileflag = get_modulefileflag(target) |
