[llvm] [llvm-objdump][BPF] infer local label names in BPF disassembly (PR #100550)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 11:36:59 PDT 2024


================
@@ -0,0 +1,24 @@
+# REQUIRES: bpf-registered-target
+
+## Verify generation of 'Lxx' labels for local jump targets,
+## when --symbolize-operands option is specified.
+
+# RUN: llvm-mc -triple=bpfel %s -filetype=obj -o - | \
----------------
MaskRay wrote:

We prefer that the object file is written to the disk (e.g. `%t`) to ease debugging.

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


More information about the llvm-commits mailing list