Skip to content

Commit 42046e3

Browse files
committed
[libc++][modules] Fixes naming inconsistency.
The modules used is-standard-library and is-std-library. The latter is the name used in the SG15 proposal, Fixes: llvm#82879
1 parent 1d2eced commit 42046e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/modules/modules.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"logical-name": "std",
77
"source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.cppm",
8-
"is-standard-library": true,
8+
"is-std-library": true,
99
"local-arguments": {
1010
"system-include-directories": [
1111
"@LIBCXX_MODULE_RELATIVE_PATH@"

0 commit comments

Comments
 (0)