[PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated

Anton Korobeynikov anton at korobeynikov.info
Sat Apr 19 12:17:29 PDT 2014


  @vtjnash: I'm confused. Twice. In particular:

  1. It looks like you're trying to match VCPP here, since you're using "-win32" target triple. However, you're calling __modti3 here, which is definitely not provided by VCPP...
  2. Win64 ABI does not define the calling convention for __int128 (see http://msdn.microsoft.com/en-us/library/zthk2dkh.aspx). So, will you please indicate the document describing the desired behavior?

http://reviews.llvm.org/D1998






More information about the llvm-commits mailing list