[PATCH] D73534: [DebugInfo] Enable the debug entry values feature by default
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 00:52:40 PDT 2020
djtodoro added a comment.
In D73534#1916309 <https://reviews.llvm.org/D73534#1916309>, @djtodoro wrote:
> 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>.
The D75974 <https://reviews.llvm.org/D75974> is commited.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73534/new/
https://reviews.llvm.org/D73534
More information about the llvm-commits
mailing list