[PATCH] D130666: [InstCombine] Add support for strlcpy folding
Martin Sebor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 16:36:56 PDT 2022
msebor added a comment.
In D130666#3727473 <https://reviews.llvm.org/D130666#3727473>, @thakis wrote:
> This doesn't build on Mac: http://45.33.8.238/macm1/42588/step_4.txt
Whoops! It's a template argument deduction failure due to a mismatch between `size_t` and `uint64_t` in ILP32. Sorry about that! It's fixed in rGa7a1be11e69d <https://reviews.llvm.org/rGa7a1be11e69d83d6bc15ff5909dd1f1bff3fed7c>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130666/new/
https://reviews.llvm.org/D130666
More information about the llvm-commits
mailing list