Open Quuxplusone opened 6 years ago
Bugzilla Link | PR36724 |
Status | NEW |
Importance | P normal |
Reported by | Markus Maier (markus.maier.sw@gmail.com) |
Reported on | 2018-03-14 06:27:59 -0700 |
Last modified on | 2018-06-12 11:26:12 -0700 |
Version | 6.0 |
Hardware | PC Windows NT |
CC | llvm-bugs@lists.llvm.org, rnk@google.com, vitalybuka@google.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Any ideas?
Clang should probably always link clang_rt.builtins-$arch.lib on Windows if it exists.
However, even better would be to find a 64-bit mul with overflow function in MSVCRT and call that instead.