mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 01:06:32 +00:00

The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: https://github.com/llvm/llvm-project/issues/82879
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"version": 1,
|
|
"revision": 1,
|
|
"modules": [
|
|
{
|
|
"logical-name": "std",
|
|
"source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.cppm",
|
|
"is-std-library": true,
|
|
"local-arguments": {
|
|
"system-include-directories": [
|
|
"@LIBCXX_MODULE_RELATIVE_PATH@"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"logical-name": "std.compat",
|
|
"source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.compat.cppm",
|
|
"is-std-library": true,
|
|
"local-arguments": {
|
|
"system-include-directories": [
|
|
"@LIBCXX_MODULE_RELATIVE_PATH@"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|