mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
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>
This commit is contained in:
parent
39dbf47bfe
commit
a8fb7ac1c4
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ PLATFORM_SYMBOLS = [
|
|||
'__cxa_guard_acquire',
|
||||
'__cxa_guard_release',
|
||||
'__end__',
|
||||
'__odr_asan._glapi_Context',
|
||||
'__odr_asan._glapi_Dispatch',
|
||||
'_bss_end__',
|
||||
'_edata',
|
||||
'_end',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue