[PATCH] D102321: [llvm-nm] Support the -V option, print that the tool is compatible with GNU nm

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 11:43:48 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Looks great! Please wait for @jhenderson



================
Comment at: llvm/test/tools/llvm-nm/libtool-version.test:6
+RUN: llvm-nm --version | FileCheck %s
+CHECK: GNU
----------------
Add `CHECK: LLVM version`

(See some similar --version tests)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102321



More information about the llvm-commits mailing list