[libc++][modules] Fixes naming inconsistency. (#83036)
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
This commit is contained in:
parent
c1c2c928f9
commit
b50bcc7ffb
@ -5,7 +5,7 @@
|
||||
{
|
||||
"logical-name": "std",
|
||||
"source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.cppm",
|
||||
"is-standard-library": true,
|
||||
"is-std-library": true,
|
||||
"local-arguments": {
|
||||
"system-include-directories": [
|
||||
"@LIBCXX_MODULE_RELATIVE_PATH@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user