[libc-commits] [libc] 14bf95b - [libc] Remove extra commas in linux/config.json. (#170801)
via libc-commits
libc-commits at lists.llvm.org
Thu Dec 4 21:22:09 PST 2025
Author: lntue
Date: 2025-12-05T05:22:05Z
New Revision: 14bf95b06a18b9b59c89601cbc0e5a6f2176b118
URL: https://github.com/llvm/llvm-project/commit/14bf95b06a18b9b59c89601cbc0e5a6f2176b118
DIFF: https://github.com/llvm/llvm-project/commit/14bf95b06a18b9b59c89601cbc0e5a6f2176b118.diff
LOG: [libc] Remove extra commas in linux/config.json. (#170801)
Added:
Modified:
libc/config/linux/config.json
Removed:
################################################################################
diff --git a/libc/config/linux/config.json b/libc/config/linux/config.json
index 8e7db248dc1bd..a3676986721b4 100644
--- a/libc/config/linux/config.json
+++ b/libc/config/linux/config.json
@@ -1,10 +1,10 @@
{
"string": {
"LIBC_CONF_STRING_LENGTH_IMPL": {
- "value": "clang_vector",
+ "value": "clang_vector"
},
"LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": {
- "value": "word",
+ "value": "word"
}
}
}
More information about the libc-commits
mailing list