[llvm] [llvm-objdump] Handle -M for --macho (PR #113795)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 01:29:31 PDT 2024
================
@@ -0,0 +1,11 @@
+# RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t
+# RUN: llvm-objdump --macho -d -M no-aliases %t | FileCheck %s
+# RUN: llvm-objdump --macho -d --disassembler-options=no-aliases %t | FileCheck %s
+
+# CHECK: orr w1, wzr, w2
----------------
jh7370 wrote:
What would be the output of this check without the `-M` option?
https://github.com/llvm/llvm-project/pull/113795
More information about the llvm-commits
mailing list