radeonsi: prevent race conditions when doing scratch patching
[mesa.git] / src / gallium / targets / pipe-loader / pipe.sym
index b2fa619f7dee79848612bc4b4fd1b6a6240e1a0b..605cb83d802294f75cee7a791f576e7790ea48a3 100644 (file)
@@ -2,6 +2,11 @@
        global:
                driver_descriptor;
                swrast_driver_descriptor;
+
+               # Workaround for an LLVM warning with -simplifycfg-sink-common
+               # due to LLVM being initialized multiple times.
+               radeon_drm_winsys_create;
+               amdgpu_winsys_create;
        local:
                *;
 };