aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/strlen.zig
AgeCommit message (Collapse)Author
2025-08-30compiler-rt: move strlen from libzigc to hereAlex Rønne Petersen
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.