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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 22:08:31 PDT 2024


MaskRay 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.

I really hope that we avoid target-specific defaults, which haven't been used so far to the best of my knowledge....


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


More information about the llvm-commits mailing list