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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D74924
[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:
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 21 2020, 8:29 AM Closed by commit rG6b4a193defbe: [XCOFF][AIX] Put undefined symbol name into StringTable when neccessary (authored by jasonliu). · Explain WhyFeb 21 2020, 10:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245718 llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/test/CodeGen/PowerPC/aix-undef-func-call.ll
|