Integrate TF at tensorflow/tensorflow@68a6fe0d9843
Updates TF to
[68a6fe0d9843](https://github.com/tensorflow/tensorflow/commit/68a6fe0d9843)
matching
[5e4409f30817](https://github.com/llvm/llvm-project/commit/5e4409f30817)
and copies over the LLVM BUILD files.
`./scripts/git/update_to_llvm_syncpoint.py --tensorflow_commit=LATEST_MATCH`
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/3385 from GMNGeoffrey:tf-submodule-update e9366bc694e2adda48669157d325ff0545d12d99
PiperOrigin-RevId: 336152298
diff --git a/SUBMODULE_VERSIONS b/SUBMODULE_VERSIONS
index 28897e5..3e7bf05 100644
--- a/SUBMODULE_VERSIONS
+++ b/SUBMODULE_VERSIONS
@@ -14,7 +14,7 @@
685f86471e9d26b3eb7676695a2e2cefb4551ae9 third_party/spirv_cross
f8bf11a0253a32375c32cad92c841237b96696c0 third_party/spirv_headers
57eb48aed36160c4876bc8310d9ca84d42ee9e2a third_party/swiftshader
-68a6fe0d984377b625b421d34f8c607d6ed73597 third_party/tensorflow
+a3934c53e269cbe3293b80c7f5ccdce720e8c3a5 third_party/tensorflow
a9a09ab0940408898fccfdcfe2bb8dc19b50f13c third_party/tracy
9bd3f561bcee3f01d22912de10bb07ce4e23d378 third_party/vulkan_headers
909f36b714c9239ee0b112a321220213a474ba53 third_party/vulkan_memory_allocator
diff --git a/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel b/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel
index 1c82ec2..40a46b5 100644
--- a/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel
+++ b/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel
@@ -121,6 +121,7 @@
name = "CAPIIR",
srcs = [
"lib/CAPI/IR/AffineMap.cpp",
+ "lib/CAPI/IR/Diagnostics.cpp",
"lib/CAPI/IR/IR.cpp",
"lib/CAPI/IR/StandardAttributes.cpp",
"lib/CAPI/IR/StandardTypes.cpp",
@@ -129,12 +130,14 @@
],
hdrs = [
"include/mlir-c/AffineMap.h",
+ "include/mlir-c/Diagnostics.h",
"include/mlir-c/IR.h",
"include/mlir-c/StandardAttributes.h",
"include/mlir-c/StandardDialect.h",
"include/mlir-c/StandardTypes.h",
"include/mlir-c/Support.h",
"include/mlir/CAPI/AffineMap.h",
+ "include/mlir/CAPI/Diagnostics.h",
"include/mlir/CAPI/IR.h",
"include/mlir/CAPI/Support.h",
"include/mlir/CAPI/Utils.h",