From ddc99304b97c72e415369b3c01e12a1c2e920ca6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 6 Sep 2021 08:03:46 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@ac312a9d7c03 Updates LLVM usage to match [ac312a9d7c03](https://github.com/llvm/llvm-project/commit/ac312a9d7c03) PiperOrigin-RevId: 395099564 Change-Id: Ie59ee9ee169a7b95d60ab0bf6b3235ae7a1556c5 --- third_party/llvm/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 420f9102ce3..a400f72fafd 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "a0a5964499816373c50d6d6a3a4b38c1b53f6714" - LLVM_SHA256 = "3d40029381377d498a32c51991dcd6ae65f1172b7e5bff1a303ff89feda1d75f" + LLVM_COMMIT = "ac312a9d7c03f0be53834d3f295f1971aaf54649" + LLVM_SHA256 = "e1255347d9f085638e10cd362e3f60635d74c398f417f453e9ed3b80a0e87b6a" tf_http_archive( name = name,