Module: Mesa Branch: main Commit: 24b096035fb95cc478c6c7cdd9a01815518e3f8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24b096035fb95cc478c6c7cdd9a01815518e3f8f
Author: Jesse Natalie <[email protected]> Date: Sat Apr 17 07:03:17 2021 -0700 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10322> --- src/microsoft/clc/{clglon12compiler.def => clon12compiler.def} | 0 src/microsoft/clc/meson.build | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/microsoft/clc/clglon12compiler.def b/src/microsoft/clc/clon12compiler.def similarity index 100% rename from src/microsoft/clc/clglon12compiler.def rename to src/microsoft/clc/clon12compiler.def diff --git a/src/microsoft/clc/meson.build b/src/microsoft/clc/meson.build index 6cf54f1cce0..35a88baffeb 100644 --- a/src/microsoft/clc/meson.build +++ b/src/microsoft/clc/meson.build @@ -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]
