[libc] [llvm] Reland Refactor WIDE_READ to allow finer control over high-performance function selection (#165613) (PR #170738)
Michael Jones via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 16:05:05 PST 2025
================
@@ -1,7 +1,10 @@
{
"string": {
- "LIBC_CONF_STRING_UNSAFE_WIDE_READ": {
- "value": false
+ "LIBC_CONF_STRING_LENGTH_IMPL": {
+ "value": "element"
+ }
----------------
michaelrj-google wrote:
it seems like the arm and riscv configs don't have commas on line 5
https://github.com/llvm/llvm-project/pull/170738
More information about the llvm-commits
mailing list