[llvm] [llvm-objdump] Add triple support to `mcpu=help` (PR #165661)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 01:00:07 PST 2025
================
@@ -0,0 +1,33 @@
+# RUN: yaml2obj %s -o %t
+# REQUIRES: arm-registered-target,x86-registered-target
+
+## Check if we can handle without -d
+# RUN: llvm-objdump --mcpu=help %t 2>&1 \
+# RUN: | FileCheck %s --check-prefixes=CHECK-HELP,CHECK-ARM
----------------
jh7370 wrote:
If it isn't covered, then it should be added in THAT file. (I didn't meant to add "already" in that comment)
https://github.com/llvm/llvm-project/pull/165661
More information about the llvm-commits
mailing list