summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/c++/modules/modules_support/clang.lua4
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)