[llvm] [llvm-objdump] Support --mcpu=help/--mattr=help without -d (PR #165661)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 03:27:22 PST 2025


================
@@ -0,0 +1,25 @@
+# RUN: yaml2obj %s -o %t
+# REQUIRES: mips-registered-target,x86-registered-target
+
+## We shoule be able to retrieve help message by triple.
----------------
jh7370 wrote:

```suggestion
## When specifying --triple, the help message should be printed for the specified target.
```

https://github.com/llvm/llvm-project/pull/165661


More information about the llvm-commits mailing list