[Lldb-commits] [PATCH] D73534: [DebugInfo] Enable the debug entry values feature by default

Djordje Todorovic via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 11 00:52:27 PDT 2020


djtodoro added a comment.

In D73534#1916291 <https://reviews.llvm.org/D73534#1916291>, @djtodoro wrote:

> In D73534#1915048 <https://reviews.llvm.org/D73534#1915048>, @mstorsjo wrote:
>
> > This broke compiling for mingw, repro.c:
> >
> >   a(short);
> >   b() { a(1); }
> >
> >
> > `clang -target x86_64-w64-mingw32 -c repro.c -g -O2`, which gives `Assertion '!MI.isMoveImmediate() && "Unexpected MoveImm instruction"' failed.`
>
>
> Thanks for reporting this! Since this is the case of the `X86::MOV16ri` the D75326 <https://reviews.llvm.org/D75326> will solve this issue.


The alternative is D75974 <https://reviews.llvm.org/D75974>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73534/new/

https://reviews.llvm.org/D73534





More information about the lldb-commits mailing list