[llvm] [llvm-objdump] Add triple support to `mcpu=help` (PR #165661)
Ruoyu Qiu via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 00:30:51 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
----------------
cabbaken wrote:
The pre-existing test file covers `llvm-objdump -d %t --mcpu=help`.
This case verifies that it works without -d.
https://github.com/llvm/llvm-project/pull/165661
More information about the llvm-commits
mailing list