Displaying 2 results from an estimated 2 matches for "f99df456".
2016 Feb 09
2
Builder lld-x86_64-win7 is back
...________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160209/f99df456/attachment.html>
2016 Feb 09
2
Builder lld-x86_64-win7 is back
Tried to fix the warning, and I'm not now sure if the warning makes sense.
These "'~': zero extending '<smaller integer type>' to 'int64_t' of greater
size" warning may be annoying as it is issued for code like "int64_t x =
~<some-int32_t-var>".
Probably we should disable the warning instead?
On Tue, Feb 9, 2016 at 11:15 AM, Rafael