Fix windows iree+tensorflow build and verify tests.
* Switches us to MSVC for the supported windows compiler.
* Uses a couple of magic flags that keep the TF kernels from taking a lot of time to compile and inlining the world to bloat the binary size.
* The whole shebang builds for me now in a few minutes and produces a ~76MB compiler binary. While large, this is manageable for now.
* We still have a fragile relationship with which TF kernels are compiled in and what we can subsequently handle (relying on constant folding to paper over op support issues). We'll need to triage these one by one.
* There are a couple of bugs that seem MSVC/Windows specific -- will need to track down.
Closes https://github.com/google/iree/pull/2035
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/2035 from stellaraccident:winfix2 e0d823367c968e1c08f1a18155cf4eb26cae069f
PiperOrigin-RevId: 313693187
diff --git a/.gitignore b/.gitignore
index b6979f8..cb9d239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
/bazel-*
# Local-only config options
+configured.bazelrc
user.bazelrc
# Dear ImGui Ini files