[PATCH] D21731: fix bug 15393: invalid dwarf info on Win64

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 20:44:38 PST 2016


I think it is a simple matter of copying visitCOFF_AMD64_ADDR64 and making
a 32-bit version of it by passing in 4 for width instead of 8.

On Wed, Dec 7, 2016 at 6:07 PM, Keno Fischer via Phabricator <
reviews at reviews.llvm.org> wrote:

> loladiro added a comment.
>
> I reverted this because of the following buildbot failure:
> http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/32492.
> @vtjnash please take a look and see if you have a fix.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D21731
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/f868e34b/attachment.html>


More information about the llvm-commits mailing list