mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-08 09:31:55 -04:00
e9ac2ce116
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.