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

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 21:41:13 PDT 2024


yonghong-song wrote:

Since we do not want L* labels to appear in symbol table (as they are private, generated by compiler), it would be great if we can enable --symbolize-operands by default for BPF target in llvm-objdump.

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


More information about the llvm-commits mailing list