mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
LLVM 21 has started recognizing strlen-like idioms and optimizing them to strlen calls, so we need this function provided in compiler-rt for libc-less compilations.