aco: fix disassembly with LLVM 11
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 15 May 2020 20:31:35 +0000 (21:31 +0100)
committerRhys Perry <pendingchaos02@gmail.com>
Tue, 19 May 2020 13:18:26 +0000 (14:18 +0100)
commitbcb0038c8399f7050eb49cfdb227d3d91c1e8804
treefad5d945a585d0b5ba76cff7dbdfc4771b7b8db7
parentff98b1b51a6133282ac9a8ee5b3538418999992e
aco: fix disassembly with LLVM 11

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

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5060>
src/amd/compiler/aco_print_asm.cpp