diff options
| author | Mehdi Amini <aminim@google.com> | 2019-04-05 07:39:48 -0700 |
|---|---|---|
| committer | Mehdi Amini <joker.eph@gmail.com> | 2019-04-05 07:43:50 -0700 |
| commit | 7a640e65e9ea9b3fa9dc16a10cc090a97e49218e (patch) | |
| tree | 2bc9822fd88adfa56c7d072dc026a0f0edade213 /mlir/lib/Transforms | |
| parent | 7d60cd898ceece48e2284a295d13b2923a304c8a (diff) | |
| download | bcm5719-llvm-7a640e65e9ea9b3fa9dc16a10cc090a97e49218e.tar.gz bcm5719-llvm-7a640e65e9ea9b3fa9dc16a10cc090a97e49218e.zip | |
Fix CMake build: reflect that a new file Utils/ConstantFoldUtils.cpp was added
--
PiperOrigin-RevId: 242123122
Diffstat (limited to 'mlir/lib/Transforms')
| -rw-r--r-- | mlir/lib/Transforms/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/lib/Transforms/CMakeLists.txt b/mlir/lib/Transforms/CMakeLists.txt index 91d4a604eab..30efc1e7436 100644 --- a/mlir/lib/Transforms/CMakeLists.txt +++ b/mlir/lib/Transforms/CMakeLists.txt @@ -16,6 +16,7 @@ add_llvm_library(MLIRTransforms SimplifyAffineStructures.cpp StripDebugInfo.cpp TestConstantFold.cpp + Utils/ConstantFoldUtils.cpp Utils/GreedyPatternRewriteDriver.cpp Utils/LoopUtils.cpp Utils/Utils.cpp |

