tlively added a comment. In https://reviews.llvm.org/D52856#1255905, @dschuff wrote:
> W is int64_t (which is long long for wasm32 and would probably be long for > wasm64 since that would probably LP64 (like Linux) rather than LLP64 (Like > Win64). So if we want it to be the same for both wasm32 and wasm64, I guess > we want LL. Ideally I would be able to exactly specify int8_t, int32_t, etc, but c/s/i/LLi works too. Repository: rC Clang https://reviews.llvm.org/D52856 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits