[all-commits] [llvm/llvm-project] d3530e: [MLIR][cmake] don't glob for sources.

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Wed May 13 23:25:41 PDT 2020


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

  Changed paths:
    M mlir/lib/Dialect/SCF/CMakeLists.txt
    M mlir/lib/IR/CMakeLists.txt
    M mlir/lib/Pass/CMakeLists.txt

  Log Message:
  -----------
  [MLIR][cmake] don't glob for sources.

Generally speaking, this is bad practice.  It also causes the build to
break if there are editor temporary files.

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




More information about the All-commits mailing list