[all-commits] [llvm/llvm-project] f43c81: [MLIR] Single lit config attribute for CMAKE_LIBRA...

Christian Sigg via All-commits all-commits at lists.llvm.org
Sat Sep 3 07:04:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f43c81470b9d67243c48322998c6d46eb9125eef
      https://github.com/llvm/llvm-project/commit/f43c81470b9d67243c48322998c6d46eb9125eef
  Author: Christian Sigg <csigg at google.com>
  Date:   2022-09-03 (Sat, 03 Sep 2022)

  Changed paths:
    M mlir/test/CMakeLists.txt
    M mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/lit.local.cfg
    M mlir/test/lit.cfg.py
    M mlir/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [MLIR] Single lit config attribute for CMAKE_LIBRARY_OUTPUT_DIRECTORY

Replace the following config attributes with `mlir_lib_dir`:
- `mlir_runner_utils_dir`
- `linalg_test_lib_dir`
- `spirv_wrapper_library_dir`
- `vulkan_wrapper_library_dir`
- `mlir_integration_test_dir`

I'm going to clean up substitutions in separate changes.

Reviewed By: aartbik, mehdi_amini

Differential Revision: https://reviews.llvm.org/D133217




More information about the All-commits mailing list