[MLIR] Enable distribution target in standalone builds
authorMichał Górny <mgorny@gentoo.org>
Wed, 19 Oct 2022 17:14:59 +0000 (19:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 20 Oct 2022 02:46:24 +0000 (04:46 +0200)
commit14d9ef29304ee16802657311911813aec5bdb9cf
tree9444ff7e716662d7d1418a7aa1ca82e3f8d2c6a7
parent55c2137939d8e12c064cedcda21108c239dddf8e
[MLIR] Enable distribution target in standalone builds

Invoke llvm_distribution_add_targets() when doing standalone build
explicitly in order to create the `distribution` target.

Differential Revision: https://reviews.llvm.org/D136269
mlir/CMakeLists.txt