From 24b096035fb95cc478c6c7cdd9a01815518e3f8f Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Sat, 17 Apr 2021 07:03:17 -0700 Subject: [PATCH] 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 Part-of: --- .../clc/{clglon12compiler.def => clon12compiler.def} | 0 src/microsoft/clc/meson.build | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/microsoft/clc/{clglon12compiler.def => clon12compiler.def} (100%) 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]