[llvm] [llvm-objdump] Handle -M for --macho (PR #113795)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 09:29:44 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
----------------
MaskRay wrote:
Added a test without -M.
https://github.com/llvm/llvm-project/pull/113795
More information about the llvm-commits
mailing list