[PATCH] D98569: [llvm-nm] Add --format=just-symbols and make --just-symbol-name its alias

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 02:09:16 PDT 2021


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

LGTM, with one nit.



================
Comment at: llvm/test/tools/llvm-nm/just-symbols.test:31
+# RUN: llvm-nm -j --print-file-name %t.o %t.o | FileCheck %s --check-prefix=MULTI2 -DFILE=%t.o
+
+# MULTI2:       [[FILE]]: defined
----------------
Should we have a `MULTI2-NOT: {{.}}` here too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98569



More information about the llvm-commits mailing list