[libc-commits] [libc] 89ae817 - Add commas for riscv and arm configs. (#170776)

via libc-commits libc-commits at lists.llvm.org
Thu Dec 4 16:22:59 PST 2025


Author: Sterling-Augustine
Date: 2025-12-04T16:22:54-08:00
New Revision: 89ae817ee06428da9b6d4e4b79f12ba86d76f9e8

URL: https://github.com/llvm/llvm-project/commit/89ae817ee06428da9b6d4e4b79f12ba86d76f9e8
DIFF: https://github.com/llvm/llvm-project/commit/89ae817ee06428da9b6d4e4b79f12ba86d76f9e8.diff

LOG: Add commas for riscv and arm configs. (#170776)

Fix for breakage introduced by pr170738

Added: 
    

Modified: 
    libc/config/linux/arm/config.json
    libc/config/linux/riscv/config.json

Removed: 
    


################################################################################
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