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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to