[llvm] [llvm-objdump][BPF] --symbolize-operands: infer local labels for BPF (PR #100550)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 28 20:57:16 PDT 2024


yonghong-song wrote:

@eddyz87 To fix the llvm-objdump regression for bpf target, I indeed would like to have --symbolize-operands default for bpf, which will roughly restore what we have for llvm18 and earlier. I guess @MaskRay can comment further on this.

If we indeed agree to have --symbolize-operands for bpf target, the change should be in this commit.
https://github.com/llvm/llvm-project/pull/95103 is to change L* label to .L* label which is not related to --symbolize-operands at all.

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


More information about the llvm-commits mailing list