mapi: Fix symbols check with ASan enabled.
authorEric Anholt <eric@anholt.net>
Fri, 4 Dec 2020 21:23:03 +0000 (13:23 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 15 Dec 2020 19:39:29 +0000 (19:39 +0000)
commita8fb7ac1c4f2cee6b2f772efe2a0b503a3480df9
treeac8c2093dba9f4e919b5a7ba99878e645cba1f3b
parent39dbf47bfe75231329fa29eb21465d915ba06bc4
mapi: Fix symbols check with ASan enabled.

ASan apparently introduces public symbols with __odr_asan as the prefix.
Fixes unit tests when building with ASan.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7936>
bin/symbols-check.py