[all-commits] [llvm/llvm-project] ce3bbe: [MLIR] refactor cmake specification of tablegen'd ...

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Wed May 13 10:40:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce3bbeb9159b30d6880fa5f71c0910007d0a6792
      https://github.com/llvm/llvm-project/commit/ce3bbeb9159b30d6880fa5f71c0910007d0a6792
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M mlir/cmake/modules/AddMLIR.cmake
    M mlir/include/mlir/Interfaces/CMakeLists.txt
    M mlir/lib/Interfaces/CMakeLists.txt

  Log Message:
  -----------
  [MLIR] refactor cmake specification of tablegen'd interfaces.

Introduce add_mlir_interface to avoid lots of boilerplate

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


  Commit: d02fce2d149eaad90fd5bcc0579de868fa86526d
      https://github.com/llvm/llvm-project/commit/d02fce2d149eaad90fd5bcc0579de868fa86526d
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M mlir/examples/toy/Ch1/CMakeLists.txt
    M mlir/examples/toy/Ch2/CMakeLists.txt
    M mlir/examples/toy/Ch3/CMakeLists.txt
    M mlir/examples/toy/Ch4/CMakeLists.txt
    M mlir/examples/toy/Ch4/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch5/CMakeLists.txt
    M mlir/examples/toy/Ch5/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch6/CMakeLists.txt
    M mlir/examples/toy/Ch6/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch7/CMakeLists.txt
    M mlir/examples/toy/Ch7/include/toy/CMakeLists.txt

  Log Message:
  -----------
  [MLIR] Discourage people from copying the toy examples

The CMake structure of the toy example is non-standard.  encourage people to
copy the standalone example instead.

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


Compare: https://github.com/llvm/llvm-project/compare/c82243d0675b...d02fce2d149e


More information about the All-commits mailing list