================ @@ -18,9 +18,15 @@ typedef int CMP_RESULT; #elif __SIZEOF_POINTER__ == 8 && __SIZEOF_LONG__ == 4 // LLP64 ABIs use long long instead of long. typedef long long CMP_RESULT; +#elif defined(__wasm64__) +// GCC uses int as CMP_RESULT ---------------- sbc100 wrote:
GCC doesn't support wasm at as far as I now, so I'm a little confused by this comment. https://github.com/llvm/llvm-project/pull/162972 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
