use divided module

This commit is contained in:
ulic-youthlic 2025-04-28 13:58:27 +08:00
parent 0534572646
commit e0a242e12b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 138 additions and 74 deletions

29
compile_commands.json Normal file
View file

@ -0,0 +1,29 @@
[
{
"arguments": [
"/nix/store/k50vj1b6vpz84n88vk09gxsgcyqrg00m-clang-wrapper-20.1.3/bin/clang++",
"-std=c++26",
"-Wno-experimental-header-units",
"-Wno-unused-command-line-argument",
"-c",
"-fmodule-file=build/system/print.pcm",
"-fmodule-file=builder=build/user/builder.pcm",
"main.cxx"
],
"directory": "/home/david/code/cxx",
"file": "/home/david/code/cxx/main.cxx"
},
{
"arguments": [
"/nix/store/k50vj1b6vpz84n88vk09gxsgcyqrg00m-clang-wrapper-20.1.3/bin/clang++",
"-std=c++26",
"-Wno-experimental-header-units",
"-Wno-unused-command-line-argument",
"-c",
"-fmodule-file=build/system/type_traits.pcm",
"builder.cxxm"
],
"directory": "/home/david/code/cxx",
"file": "/home/david/code/cxx/builder.cxxm"
}
]