This is an archive of the discontinued LLVM Phabricator instance.

[XCOFF][AIX] Put undefined symbol name into StringTable when neccessary
ClosedPublic

Authored by jasonliu on Feb 20 2020, 12:22 PM.

Details

Summary

When we have a long name for the undefined symbol, we would hit this assertion:
Assertion failed: I != StringIndexMap.end() && "String is not in table!"
This patch addresses that.

Diff Detail

Event Timeline

jasonliu created this revision.Feb 20 2020, 12:22 PM
This revision is now accepted and ready to land.Feb 21 2020, 8:29 AM
This revision was automatically updated to reflect the committed changes.