[PATCH] D40526: [WebAssembly] Change size_t to `unsigned long`

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 11:11:06 PST 2018


sunfish added a comment.

We want to coordinate landing this with corresponding changes in Emscripten. Since this is an ABI change, Emscripten needs to figure out how to manage it. See here <https://github.com/kripken/emscripten/pull/6174> for ongoing discussion.


Repository:
  rL LLVM

https://reviews.llvm.org/D40526





More information about the llvm-commits mailing list