This is an archive of the discontinued LLVM Phabricator instance.

[LLD] Fixed crash in type merging
ClosedPublic

Authored by aganea on Jul 30 2018, 1:02 PM.

Details

Summary

This fixes a crash when a second pass is required for the Codeview Type merging *and* the index points outside of the table (which should lead to an error being printed).

This occurs currently until MS precompiled headers .obj is added (see D45213)

Diff Detail

Repository
rL LLVM

Event Timeline

aganea created this revision.Jul 30 2018, 1:02 PM
zturner accepted this revision.Jul 30 2018, 1:20 PM
This revision is now accepted and ready to land.Jul 30 2018, 1:20 PM
This revision was automatically updated to reflect the committed changes.

Added test in r338423