Skip to content

aco: fix disassembly with LLVM 11

Rhys Perry requested to merge pendingchaos/mesa:aco_print_asm_llvm11 into master

SymbolInfoTy was modified in LLVM 11. It is also in MCDisassembler.h now and we don't have to duplicate it anymore.

Merge request reports