mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21631>
11 lines
268 B
Text
11 lines
268 B
Text
{
|
|
global:
|
|
vk_icdGetInstanceProcAddr;
|
|
vk_icdGetPhysicalDeviceProcAddr;
|
|
vk_icdNegotiateLoaderICDInterfaceVersion;
|
|
|
|
local:
|
|
# When static linking LLVM, all its symbols are public API.
|
|
# That may cause symbol collision, so explicitly demote everything.
|
|
*;
|
|
};
|