[PATCH] D73534: [DebugInfo] Enable the debug entry values feature by default
Djordje Todorovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 00:52:27 PDT 2020
djtodoro added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73534/new/
https://reviews.llvm.org/D73534
More information about the cfe-commits
mailing list