This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix crash when @llvm.global_dtors is external
ClosedPublic

Authored by tlively on Feb 28 2019, 4:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Feb 28 2019, 4:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2019, 4:00 PM
sbc100 accepted this revision.Feb 28 2019, 4:03 PM

Does this ever happen in practice?

This revision is now accepted and ready to land.Feb 28 2019, 4:03 PM

Unclear, but bugpoint was running into it while I was trying to reduce a test case for an unrelated bug.

This revision was automatically updated to reflect the committed changes.