microsoft/clc: Rename compiler DLL to clon12compiler

I no longer think there's value in trying to share code on disk here between
CL and GL at runtime, especially since we're now just building GL without LLVM

Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10322>
This commit is contained in:
Jesse Natalie 2021-04-17 07:03:17 -07:00 committed by Marge Bot
parent 876cb75599
commit 24b096035f
2 changed files with 2 additions and 2 deletions

View file

@ -49,11 +49,11 @@ files_libclc_compiler = files(
)
libclc_compiler = shared_library(
'clglon12compiler',
'clon12compiler',
[files_libclc_compiler, sha1_h],
opencl_c_h,
opencl_c_base_h,
vs_module_defs : 'clglon12compiler.def',
vs_module_defs : 'clon12compiler.def',
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_compiler, inc_gallium, inc_spirv],
dependencies: [idep_nir_headers, dep_clang, dep_llvm, cc.find_library('version'),
dep_llvmspirvlib, idep_mesautil, idep_libdxil_compiler, idep_nir, dep_spirv_tools]