commit | ad6189920be9efcef639185b072d2be4e3a37049 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Oct 06 09:17:32 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Wed Oct 14 16:54:59 2020 +0000 |
tree | da70fe15bc38a0228090e51bd63903939bfa8c88 | |
parent | 4722491124ea84b62761abe0bb6745da03ab7f6e [diff] |
symbols-check: Add __cxa_guard_* to the list of approved symbols. These are introduced by the compiler during static local initialization in c++ for thread safety. This seems to end up being public in the driver with --static-libc++ on android. Reviewed-by: <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6700>