[PATCH] D78167: [llvm][StringExtras] Merge StringExtras from MLIR into LLVM
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 20:08:05 PDT 2020
rriddle added a comment.
In D78167#1982654 <https://reviews.llvm.org/D78167#1982654>, @thakis wrote:
> Looks like this doesn't build with msvc's headers: http://45.33.8.238/win/12929/step_4.txt Probably just needs a cctype include (or use the non-namespaced c version).
Yep, sorry about that. Added in b30246087a3c56c3dad60cadc7fb2692ed758566 <https://reviews.llvm.org/rGb30246087a3c56c3dad60cadc7fb2692ed758566>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78167/new/
https://reviews.llvm.org/D78167
More information about the llvm-commits
mailing list