[libc-commits] [PATCH] D129808: [libc] add unsafe mode to strlen
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 18 14:23:14 PDT 2022
michaelrj updated this revision to Diff 445626.
michaelrj added a comment.
change from using FLAGS to using a full cmake option. Currently it defaults to off, so if we want to test this on the bots then we'll either need to change the default or adjust the cmake command the bots use.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129808/new/
https://reviews.llvm.org/D129808
Files:
libc/CMakeLists.txt
libc/src/string/CMakeLists.txt
libc/src/string/string_utils.h
libc/test/src/string/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129808.445626.patch
Type: text/x-patch
Size: 5230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220718/9a605ecc/attachment-0001.bin>
More information about the libc-commits
mailing list