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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 00:16:46 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.
----------------
jh7370 wrote:

Very minor nit: if we follow the same coding standards for line length as in code files, the "when" should be on the previous line, I believe.

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


More information about the llvm-commits mailing list