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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 28 21:44:58 PDT 2024


MaskRay wrote:

> @yonghong-song , @4ast , do we want to make --symbolize-operands default for bpf and if so, should this be a part of this commit or a https://github.com/llvm/llvm-project/pull/95103? I understand why @MaskRay does not like it, but usability benefits seem significant.

The patch can land as is. The default  --symbolize-operands does not need to be combined. It would be a pretty significant policy change as we do not allow targets to customize the defaults. That would require more debates.

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


More information about the llvm-commits mailing list