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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 16:40:17 PST 2022


MaskRay added a comment.

llvm-nm is a multi-target binary. It doesn't need --triple=aarch64-linux-gnu to work with an aarch64 object file.
Can't llvm-nm infer the bit mode from the object file automatically?


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