[lld] r287699 - [LTO] Remove a check on datalayout.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 13:24:54 PST 2016


On Tue, Nov 22, 2016 at 12:37 PM, Davide Italiano via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: davide
> Date: Tue Nov 22 14:37:37 2016
> New Revision: 287699
>
> URL: http://llvm.org/viewvc/llvm-project?rev=287699&view=rev
> Log:
> [LTO] Remove a check on datalayout.
>
> Now that lld switched to lib/LTO, which always calls setDataLayout(),
> we don't need this check anymore.
> Thanks to Peter for pointing out!
>

There seems to be some desire to make this an error again, but I'd
rather make it an error everywhere.
I opened https://llvm.org/bugs/show_bug.cgi?id=31123 to keep track of it.

--
Davide


More information about the llvm-commits mailing list