[llvm] [llvm-objdump] Add the --visualize-jumps option (PR #74858)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 11:08:16 PDT 2024


================
@@ -0,0 +1,204 @@
+# RUN: rm -rf %t && split-file %s %t && cd %t
+
+// RUN: llvm-mc < input.s -triple aarch64 -filetype=obj | \
----------------
MaskRay wrote:

Omit `< ` for `llvm-mc`

`REQUIRES: aarch64-registered-target` is needed unless you place it in ELF/AArch64

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


More information about the llvm-commits mailing list