[all-commits] [llvm/llvm-project] 72ede6: [mlir][GPU] Link relevant LLVM components in GPUCo...

ftynse via All-commits all-commits at lists.llvm.org
Thu May 28 11:02:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 72ede60b75ee90b7f4e33d88e4df18bb6f6dc94a
      https://github.com/llvm/llvm-project/commit/72ede60b75ee90b7f4e33d88e4df18bb6f6dc94a
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
    M mlir/test/lib/Transforms/CMakeLists.txt

  Log Message:
  -----------
  [mlir][GPU] Link relevant LLVM components in GPUCommon instead of test

D80142 restructured MLIR-to-GPU-binary conversion to support multiple
targets. It also modified cmake files to link relevant LLVM components
in test/lib, which broke shared-library builds, and likely made the
conversions unusable outside mlir-opt (or other tools that link in test
library targets). Link these components to GPUCommon instead.

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




More information about the All-commits mailing list