[all-commits] [llvm/llvm-project] b0dce6: Revert "[RFC] Factor out repetitive cmake patterns...

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Sun Oct 4 15:24:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0dce6b37f15f487064223f7e3e6a5701a9d7bff
      https://github.com/llvm/llvm-project/commit/b0dce6b37f15f487064223f7e3e6a5701a9d7bff
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-10-04 (Sun, 04 Oct 2020)

  Changed paths:
    R llvm/cmake/modules/LLVMProjectOptions.cmake
    R llvm/cmake/modules/LLVMProjectTargets.cmake
    M mlir/CMakeLists.txt
    M mlir/cmake/modules/AddMLIR.cmake
    M mlir/examples/standalone/CMakeLists.txt
    M mlir/examples/standalone/standalone-opt/CMakeLists.txt
    M mlir/examples/standalone/standalone-translate/CMakeLists.txt
    M mlir/examples/toy/CMakeLists.txt
    M mlir/test/Examples/standalone/test.toy
    M mlir/tools/mlir-cpu-runner/CMakeLists.txt
    M mlir/tools/mlir-cuda-runner/CMakeLists.txt
    M mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt
    M mlir/tools/mlir-opt/CMakeLists.txt
    M mlir/tools/mlir-reduce/CMakeLists.txt
    M mlir/tools/mlir-rocm-runner/CMakeLists.txt
    M mlir/tools/mlir-translate/CMakeLists.txt
    M mlir/tools/mlir-vulkan-runner/CMakeLists.txt

  Log Message:
  -----------
  Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"

This reverts commit e9b87f43bde8b5f0d8a79c5884fdce639b12e0ca.

There are issues with macros generating macros without an obvious simple fix
so I'm going to revert this and try something different.




More information about the All-commits mailing list