Open Quuxplusone opened 4 years ago
Attached TEMP.ZIP
(705606 bytes, application/x-zip-compressed): .sh .cpp .dmp files
The attached crash reproducer doesn't reproduce for me locally.
One question I have is, why is /EHsc in the cflags? InstrProf didn't work with
Windows exception handling until very recently:
https://reviews.llvm.org/D73221
That change is not in the 10.0 release.
So, as a workaround, disable EH.
> InstrProf didn't work with Windows exception handling until very recently:
> https://reviews.llvm.org/D73221
Does this mean code coverage now works with Windows exceptions?
(In reply to Ivan Garramona from comment #2)
> > InstrProf didn't work with Windows exception handling until very recently:
> > https://reviews.llvm.org/D73221
>
> Does this mean code coverage now works with Windows exceptions?
I believe so, after that change, but I can't claim to have tested it.
TEMP.ZIP
(705606 bytes, application/x-zip-compressed)