[llvm] r333005 - [DebugInfo] Fix location list check in the verifier

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 11:14:20 PDT 2018


On Tue, May 22, 2018 at 10:37 AM, Jonas Devlieghere via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: jdevlieghere
> Date: Tue May 22 10:37:27 2018
> New Revision: 333005
>
> URL: http://llvm.org/viewvc/llvm-project?rev=333005&view=rev
> Log:
> [DebugInfo] Fix location list check in the verifier
>
> We weren't properly verifying location lists because we tried obtaining
> the offset as a constant.
>

We have something (a test) that breaks the verifier?

Thanks,

--
Davide


More information about the llvm-commits mailing list