[PATCH] D81911: [ThinLTO] Work around getBaseObject returning null for alias-to-ifunc
Guy David via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 24 05:07:41 PST 2021
guy-david added a comment.
Found an extra two buggy call-sites to getBaseObject which could use this work-around:
1. Null pointer dereference: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp#L3984
2. LLVM error: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Object/IRSymtab.cpp#L276
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81911/new/
https://reviews.llvm.org/D81911
More information about the llvm-commits
mailing list