use divided module
This commit is contained in:
parent
0534572646
commit
e0a242e12b
7 changed files with 138 additions and 74 deletions
29
compile_commands.json
Normal file
29
compile_commands.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue