Run bazel_to_cmake.py.

```
$ python3 build_tools/bazel_to_cmake/bazel_to_cmake.py --strict
```

Closes https://github.com/google/iree/pull/1076

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/1076 from ScottTodd:update-cmake 3f05a7835f43633ed9d4749968c3b79b05446dca
PiperOrigin-RevId: 300811368
diff --git a/iree/compiler/Dialect/VMLA/Conversion/HLOToVMLA/CMakeLists.txt b/iree/compiler/Dialect/VMLA/Conversion/HLOToVMLA/CMakeLists.txt
index 6fc79ef..2cfe8da 100644
--- a/iree/compiler/Dialect/VMLA/Conversion/HLOToVMLA/CMakeLists.txt
+++ b/iree/compiler/Dialect/VMLA/Conversion/HLOToVMLA/CMakeLists.txt
@@ -24,6 +24,7 @@
     "ConvertHLOToVMLA.cpp"
     "ConvertReductionOps.cpp"
   DEPS
+    LLVMSupport
     MLIRIR
     MLIRPass
     MLIRStandardOps