[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 09:52:39 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-nm/libtool-version.test:3
+RUN: llvm-nm --version | FileCheck %s
+Check that the output of llvm-nm -V (and --version) contains the text
+"GNU" somewhere, to let libtool know that it is compatible with GNU nm.
----------------
Move the file level comment above the commands.


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