[PATCH] D86724: [BuildLibCalls] Add argmemonly to more lib calls.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 12:10:33 PDT 2020
efriedma added a comment.
> I broke out strcoll, because the result depends on the locale, which might get accessed through memory.
Aren't strcasecmp/strncasecmp also locale-sensitive?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86724/new/
https://reviews.llvm.org/D86724
More information about the llvm-commits
mailing list