[PATCH] D101483: [llvm-objdump] add -v alias for --version
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 17:02:45 PDT 2021
nickdesaulniers marked 2 inline comments as done.
nickdesaulniers added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/version.test:4
+
+CHECK: LLVM
+CHECK: Registered Targets:
----------------
rupprecht wrote:
> MaskRay wrote:
> > `CHECK: LLVM version`
> >
> >
> > (While llvm-readobj/basic.test says the "LLVM" can be changed by cmake PACKAGE_NAME, I used "LLVM version" for llvm-symbolizer and it seems fine so far. )
> "LLVM version" is fine. Just don't go further than that -- e.g. don't check "LLVM version XX.Y"
My full version string looks like:
```
LLVM (http://llvm.org/):
LLVM version 13.0.0git
...
```
so this is intentionally matching the initial LLVM; I don't think matching the word `version` adds any value here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101483/new/
https://reviews.llvm.org/D101483
More information about the llvm-commits
mailing list