mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 04:48:07 +02:00
Fixes: 4956f6d0bf ("radv: Add Android module info to linker script.")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8338
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21518>
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.
|
|
*;
|
|
};
|