commit | d916942411142ddd171bae462a0798b691e49a78 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Wed Apr 01 09:49:18 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 01 09:50:40 2020 -0700 |
tree | 68cfd967dcb03fa3116c0c3dd4c8619f710b6aab | |
parent | 9024e9b65fc415c79c8019c5f243c86a87299fdf [diff] |
Run bazel_to_cmake at HEAD. ``` python3 .\build_tools\bazel_to_cmake\bazel_to_cmake.py --strict ``` Closes https://github.com/google/iree/pull/1345 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/1345 from ScottTodd:bazel-to-cmake f6352388f37401190b634fe777ae83f3fcbe18bd PiperOrigin-RevId: 304204480
diff --git a/iree/compiler/Dialect/HAL/Conversion/HALToVM/CMakeLists.txt b/iree/compiler/Dialect/HAL/Conversion/HALToVM/CMakeLists.txt index 9a57bc2..e62a080 100644 --- a/iree/compiler/Dialect/HAL/Conversion/HALToVM/CMakeLists.txt +++ b/iree/compiler/Dialect/HAL/Conversion/HALToVM/CMakeLists.txt
@@ -39,7 +39,6 @@ iree::compiler::Dialect::HAL::Utils iree::compiler::Dialect::HAL::hal_imports iree::compiler::Dialect::IREE::IR - iree::compiler::Dialect::Shape::IR iree::compiler::Dialect::VM::Conversion iree::compiler::Dialect::VM::Conversion::StandardToVM iree::compiler::Dialect::VM::IR
diff --git a/iree/compiler/Dialect/VM/Transforms/CMakeLists.txt b/iree/compiler/Dialect/VM/Transforms/CMakeLists.txt index 1cb606b..aae9ef8 100644 --- a/iree/compiler/Dialect/VM/Transforms/CMakeLists.txt +++ b/iree/compiler/Dialect/VM/Transforms/CMakeLists.txt
@@ -32,7 +32,6 @@ MLIRTransformUtils MLIRTransforms iree::compiler::Dialect::IREE::Conversion::PreserveCompilerHints - iree::compiler::Dialect::Shape::IR iree::compiler::Dialect::VM::Conversion iree::compiler::Dialect::VM::Conversion::StandardToVM iree::compiler::Dialect::VM::IR
diff --git a/iree/compiler/Dialect/VMLA/Conversion/CMakeLists.txt b/iree/compiler/Dialect/VMLA/Conversion/CMakeLists.txt index 7469264..ddaec28 100644 --- a/iree/compiler/Dialect/VMLA/Conversion/CMakeLists.txt +++ b/iree/compiler/Dialect/VMLA/Conversion/CMakeLists.txt
@@ -24,7 +24,6 @@ "ConversionTarget.cpp" "TypeConverter.cpp" DEPS - LLVMSupport MLIRIR MLIRStandardOps MLIRTransforms