bin/symbols-check.py: add --ignore-symbol argument
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Wed, 8 Jul 2020 11:55:24 +0000 (13:55 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Fri, 10 Jul 2020 09:57:11 +0000 (11:57 +0200)
commit8da237428c19ff185d8be7c2909a2d74874b646b
treed80ff842f7e86a2cc347341e6fda55db5f2a0f02
parent51bdaf0b601522dfc599bd352806e66ef56876a3
bin/symbols-check.py: add --ignore-symbol argument

This will be used by radv to ignore 'the ac_init_llvm_once' symbol,
which is not part of vulkan-icd-symbols.txt but is required to be
exported to improve interop with radeonsi/vaapi.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5648>
bin/symbols-check.py