The following lit replacements have been changed to %mlir_lib_dir
within MLIR:
%linalg_test_lib_dir
%cuda_wrapper_library_dir
%spirv_wrapper_library_dir
%vulkan_wrapper_library_dir
%mlir_runner_utils_dir
%mlir_integration_test_dir
I would like to remove these replacements, see ⚙ D133409 [MLIR] Remove unused lit test replacements.
If you are aware of downstream projects that are using these replacements, please comment here or at D133409 and let me know by when you could switch to the equivalent %lib_mlir_dir
.