[libc-commits] [libc] Add commas for riscv and arm configs. (PR #170776)
via libc-commits
libc-commits at lists.llvm.org
Thu Dec 4 16:12:06 PST 2025
https://github.com/Sterling-Augustine created https://github.com/llvm/llvm-project/pull/170776
Fix for breakage introduced by pr170738
>From c278c6432c9a09646191cc8f62af9ff88a89f969 Mon Sep 17 00:00:00 2001
From: Sterling Augustine <saugustine at google.com>
Date: Thu, 4 Dec 2025 16:10:38 -0800
Subject: [PATCH] Add commas for riscv and arm configs.
Fix for breakage introduced by pr170738
---
libc/config/linux/arm/config.json | 2 +-
libc/config/linux/riscv/config.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libc/config/linux/arm/config.json b/libc/config/linux/arm/config.json
index caa16744d389f..d55c652ad6431 100644
--- a/libc/config/linux/arm/config.json
+++ b/libc/config/linux/arm/config.json
@@ -2,7 +2,7 @@
"string": {
"LIBC_CONF_STRING_LENGTH_IMPL": {
"value": "element"
- }
+ },
"LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": {
"value": "element"
}
diff --git a/libc/config/linux/riscv/config.json b/libc/config/linux/riscv/config.json
index caa16744d389f..d55c652ad6431 100644
--- a/libc/config/linux/riscv/config.json
+++ b/libc/config/linux/riscv/config.json
@@ -2,7 +2,7 @@
"string": {
"LIBC_CONF_STRING_LENGTH_IMPL": {
"value": "element"
- }
+ },
"LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": {
"value": "element"
}
More information about the libc-commits
mailing list