diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/pipe.sym')
-rw-r--r-- | src/gallium/targets/pipe-loader/pipe.sym | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/targets/pipe-loader/pipe.sym b/src/gallium/targets/pipe-loader/pipe.sym index b2fa619f7de..605cb83d802 100644 --- a/src/gallium/targets/pipe-loader/pipe.sym +++ b/src/gallium/targets/pipe-loader/pipe.sym @@ -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: *; }; |