[PATCH] D69004: Use portable flag with nm in extract_symbols.py

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 15:03:42 PDT 2019


daltenty added a comment.

In D69004#1719247 <https://reviews.llvm.org/D69004#1719247>, @emaste wrote:

> Is this using the system nm? ELF Tool Chain nm does not (currently) support the `-P` flag.


extract_symbol.py does normally invoke the system nm (which is why we wanted to apply the portability flag).

I was under the impression that -P was supported on FreeBSD. If not, perhaps there is an equivalent posix format option?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69004/new/

https://reviews.llvm.org/D69004





More information about the llvm-commits mailing list