aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/omx/omx.sym
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/omx/omx.sym')
-rw-r--r--src/gallium/targets/omx/omx.sym11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/targets/omx/omx.sym b/src/gallium/targets/omx/omx.sym
new file mode 100644
index 00000000000..e8a287600a5
--- /dev/null
+++ b/src/gallium/targets/omx/omx.sym
@@ -0,0 +1,11 @@
+{
+ global:
+ omx_component_library_Setup;
+
+ # Workaround for an LLVM warning with -simplifycfg-sink-common
+ # due to LLVM being initialized multiple times.
+ radeon_drm_winsys_create;
+ amdgpu_winsys_create;
+ local:
+ *;
+};