[all-commits] [llvm/llvm-project] 6b4a19: [XCOFF][AIX] Put undefined symbol name into String...
jasonliudev via All-commits
all-commits at lists.llvm.org
Fri Feb 21 10:18:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b4a193defbe59b2b93e9d0289b2a7d9c2d842b9
https://github.com/llvm/llvm-project/commit/6b4a193defbe59b2b93e9d0289b2a7d9c2d842b9
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M llvm/lib/MC/XCOFFObjectWriter.cpp
M llvm/test/CodeGen/PowerPC/aix-undef-func-call.ll
Log Message:
-----------
[XCOFF][AIX] Put undefined symbol name into StringTable when neccessary
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.
Reviewed by: DiggerLin, daltenty
Differential Revision: https://reviews.llvm.org/D74924
More information about the All-commits
mailing list