This is an archive of the discontinued LLVM Phabricator instance.

[X86] Run CFIInstrInserter on Windows if Dwarf is used
ClosedPublic

Authored by mstorsjo on Apr 29 2019, 1:26 AM.

Details

Summary

This is necessary since SVN r330706, as tail merging can include CFI instructions since then.

This fixes PR40322 and PR40012.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Apr 29 2019, 1:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2019, 1:26 AM
Herald added a subscriber: jfb. · View Herald Transcript
rnk accepted this revision.Apr 29 2019, 1:08 PM

lgtm

This revision is now accepted and ready to land.Apr 29 2019, 1:08 PM
This revision was automatically updated to reflect the committed changes.

@tstellar Can we have this merged into 8.0.1?