[PATCH] D40526: [WebAssembly] Change size_t to `unsigned long`
Alon Zakai via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 10:58:21 PDT 2018
This has also shown up in a game engine middleware codebase, so it may be a
broader issue - people seem to assume size_t is one of the int*_t types.
On Wed, Aug 8, 2018 at 10:55 AM, Sam Clegg via Phabricator <
reviews at reviews.llvm.org> wrote:
> sbc100 added a comment.
>
> In https://reviews.llvm.org/D40526#1192688, @sunfish wrote:
>
> > Is this related to the issue reported in the thread here <
> https://groups.google.com/forum/m/#!topic/emscripten-discuss/97HYhPgd6Ag>?
>
>
> Ah yes, I'll follow up there.
>
>
> Repository:
> rC Clang
>
> https://reviews.llvm.org/D40526
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180808/f9d9aba2/attachment.html>
More information about the llvm-commits
mailing list