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