From 2b5a9618fd478e9e579a3b64405dd0c9eba63a7d Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Sun, 7 Aug 2022 12:42:05 +0200 Subject: Fix comments --- xmake/rules/c++/modules/modules_support/clang.lua | 4 ++-- 1 file 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) -- cgit v1.3.1