[PATCH] D73534: [DebugInfo] Enable the debug entry values feature by default
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 10:19:33 PDT 2020
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
More information about the llvm-commits
mailing list