Skip to content

Conversation

@Sterling-Augustine
Copy link
Contributor

Fix for breakage introduced by pr170738

Fix for breakage introduced by pr170738
@Sterling-Augustine Sterling-Augustine added skip-precommit-approval PR for CI feedback, not intended for review and removed backend:RISC-V libc labels Dec 5, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 5, 2025

@llvm/pr-subscribers-libc

@llvm/pr-subscribers-backend-risc-v

Author: None (Sterling-Augustine)

Changes

Fix for breakage introduced by pr170738


Full diff: https://github.com/llvm/llvm-project/pull/170776.diff

2 Files Affected:

  • (modified) libc/config/linux/arm/config.json (+1-1)
  • (modified) libc/config/linux/riscv/config.json (+1-1)
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"
     }

@Sterling-Augustine Sterling-Augustine merged commit 89ae817 into llvm:main Dec 5, 2025
28 of 29 checks passed
honeygoyal pushed a commit to honeygoyal/llvm-project that referenced this pull request Dec 9, 2025
Fix for breakage introduced by pr170738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants