[llvm] [llvm-objdump][AMDGPU] Pass ELF ABIVersion through disassembler (PR #78907)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 00:39:11 PST 2024


MaskRay wrote:

> Admittedly, its a bit ugly to pass the ABIVersion through onSymbolStart but I'm not sure what a better place for it would be.

I am indeed concerned about this. Can you place the version inside `AMDGPUDisassembler` instead?

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


More information about the llvm-commits mailing list