[MLIR][cmake] don't glob for sources.
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Wed, 13 May 2020 20:40:06 +0000 (13:40 -0700)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Thu, 14 May 2020 06:21:01 +0000 (23:21 -0700)
commitd3530e95f1d4c97cf24e77c6db2d32ee5344d4ee
treeaeeb62cf6e5a1910154437a300847f7c85790b20
parent20db891cef97df752ff8d2a249c155e5605ba06d
[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
mlir/lib/Dialect/SCF/CMakeLists.txt
mlir/lib/IR/CMakeLists.txt
mlir/lib/Pass/CMakeLists.txt