[libc-commits] [libc] [libc] Remove extra commas in linux/config.json. (PR #170801)
via libc-commits
libc-commits at lists.llvm.org
Thu Dec 4 21:17:00 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: None (lntue)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/170801.diff
1 Files Affected:
- (modified) libc/config/linux/config.json (+2-2)
``````````diff
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"
}
}
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/170801
More information about the libc-commits
mailing list