[PATCH] D142989: [extract_symbols.py] Better handling of templates
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 13:32:10 PST 2023
Jake-Egan added a comment.
Thank you for looking into this. Unfortunately I think 78f13ea093afdebcaa3b5c5690530b9217bbdfac <https://reviews.llvm.org/rG78f13ea093afdebcaa3b5c5690530b9217bbdfac> removed another symbol `_ZN4llvm4PassD2Ev` and `_ZN4llvm13AllAnalysesOnINS_6ModuleEE6SetKeyE` is still missing as well. https://lab.llvm.org/buildbot/#/builders/214/builds/5781
It's possible you don't see the `_ZN4llvm15SmallVectorBaseIjE13mallocForGrowEPvmmRm` issue on Linux because the symbol isn't called during the test. But on AIX, it is checked for at load time, regardless of a call or not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142989/new/
https://reviews.llvm.org/D142989
More information about the llvm-commits
mailing list