[PATCH] D114641: [LNT] Remove `nm` dependency, used `objdump –t` instead

Tamar Christina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 08:01:44 PST 2021


tnfchris added a comment.

> So by depending on `objdump` it does mean you can only really support one target at once (unless you have an objdump built with support for al bfd targets).
> Looks like that's not a new change in this Diff. but something we might want to change in the future.

I just realized that this is only done so during the `profile upgrade` so this is fine. disregard :)


Repository:
  rLNT LNT

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

https://reviews.llvm.org/D114641



More information about the llvm-commits mailing list