[lld] r257080 - Remove unnecessary type casts.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 10:43:53 PST 2016


On Thu, Jan 7, 2016 at 10:40 AM, Rui Ueyama <ruiu at google.com> wrote:
> And feel free to roll it back without code review if you find a regression.
>

Thanks, I'll remember for the future. I didn't because it wasn't that
bad overall (I had just to remove -Werror from my build), and probably
easier to fix than to revert =)

Anyway, I can confirm this is the commit that caused the problem:

$ git reset --hard b7223853910e2e5f9792af76d09e8b50161e9157
HEAD is now at b722385 ELF: Make private functions private.

$ ninja
[3/3] Linking CXX executable bin/lld
$

No rush to fix, just wanted to let you know.

--
Davide


More information about the llvm-commits mailing list