Used by the Linux kernel's CONFIG_X86_DECODER_SELFTEST.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Looks great! Please wait for @jhenderson, though.
llvm/test/tools/llvm-objdump/version.test | ||
---|---|---|
4 | 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/test/tools/llvm-objdump/version.test | ||
---|---|---|
4 | "LLVM version" is fine. Just don't go further than that -- e.g. don't check "LLVM version XX.Y" |
llvm/test/tools/llvm-objdump/version.test | ||
---|---|---|
4 | 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. |
Please update the CommandGuide docs (llvm/docs/CommandGuide) for llvm-objdump to include the new alias.
llvm/test/tools/llvm-objdump/version.test | ||
---|---|---|
4 | I'd think it not unlikely for other output from the tool to incldue the LLVM string personally, so there's a (probably small) risk of this being a false positive. |
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. )