[PATCH] D118193: [llvm-nm] add a new option --bit-mode to specify the type of object file llvm-nm should examine

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 21:21:27 PST 2022


hubert.reinterpretcast added a comment.

In D118193#3271117 <https://reviews.llvm.org/D118193#3271117>, @MaskRay wrote:

> Can't llvm-nm infer the bit mode from the object file automatically?

`llvm-nm` also works on archives, which, on AIX, can contain both 32-bit and 64-bit members. The option performs a filtering operation in such cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118193



More information about the llvm-commits mailing list