[PATCH] D142989: [extract_symbols.py] Better handling of templates

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 11:54:16 PST 2023


john.brawn added a comment.

I noticed that llvm-nm has slightly different output for undefined symbols to GNU nm: GNU nm doesn't list value and size, llvm-nm list value and size zero. I've pushed a fix for that in https://reviews.llvm.org/rGe5d914672233, which may possibly also fix the AIX failure if AIX nm behaves in a similar way to llvm-nm.


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