[PATCH] D39186: LLD: Fix large integer implicitly truncated to unsigned type warning

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 09:58:55 PDT 2017


ruiu added a comment.

Thanks, I confirmed.

Since we have plenty bits for OutputOff, changing the type of OutputOff from uint64_t to int64_t seems better than using an obscure very large constant.


https://reviews.llvm.org/D39186





More information about the llvm-commits mailing list