ac/llvm: export ac_init_llvm_once in targets
[mesa.git] / src / amd / vulkan / meson.build
index d4127b9d6020f9ed4beacf0f9f41ad26c5054350..a44e785b22319deb855ef1cdfce72aae6b8bfa46 100644 (file)
@@ -176,6 +176,7 @@ if with_symbols_check
     args : [
       '--lib', libvulkan_radeon,
       '--symbols-file', vulkan_icd_symbols,
+      '--ignore-symbol', 'ac_init_llvm_once',
       symbols_check_args,
     ],
     suite : ['amd'],