mstorsjo added a comment.
Herald added a subscriber: danielkiss.

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.`


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