[all-commits] [llvm/llvm-project] d661b4: [mlir][test] Fix linking error post test-lower-to-...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jul 17 09:43:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d661b4b57504b965a37dc30b79bdd5ac36fca9ec
      https://github.com/llvm/llvm-project/commit/d661b4b57504b965a37dc30b79bdd5ac36fca9ec
  Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M mlir/test/lib/Dialect/CMakeLists.txt
    M mlir/test/lib/Dialect/GPU/CMakeLists.txt
    A mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
    R mlir/test/lib/Dialect/NVVM/CMakeLists.txt
    R mlir/test/lib/Dialect/NVVM/TestLowerToNVVM.cpp

  Log Message:
  -----------
  [mlir][test] Fix linking error post test-lower-to-nvvm


  Commit: 582e1d58bd43af138033b98b736d97cc89c7b228
      https://github.com/llvm/llvm-project/commit/582e1d58bd43af138033b98b736d97cc89c7b228
  Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M mlir/test/lib/Dialect/GPU/CMakeLists.txt
    M mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
    M mlir/tools/mlir-opt/CMakeLists.txt
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
    M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

  Log Message:
  -----------
  [mlir][test] Fix linking error post test-lower-to-nvvm

This fixes builds for 7e78ecfe10ea9071234de8d385b87d338d280266 (both cmake and bazel) as well as trim unnecessary dependencies.

This is achieved by moving the functionality to test/lib/GPU which is a more natural landing pad.


Compare: https://github.com/llvm/llvm-project/compare/40508e3ed978...582e1d58bd43


More information about the All-commits mailing list