From c11de4930077123e3d5c5d15c7a6f518fd83a51d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 7 Jun 2021 12:03:15 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@7ed7d4ccb899 Updates LLVM usage to match [7ed7d4ccb899](https://github.com/llvm/llvm-project/commit/7ed7d4ccb899) PiperOrigin-RevId: 377972571 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f2f3a7d..fc24c68 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "b109172d993edacd9853a8bbb8128a94da014399" +LLVM_COMMIT = "7ed7d4ccb8991e2b5b95334b508f8cec2faee737" -LLVM_SHA256 = "36ee6bf7d89b43034c1c58c57aa63d0703d1688807480969dfd1f4d7ccaa3787" +LLVM_SHA256 = "6584ccaffd5debc9fc1bb275a36af9bad319a7865abecf36f97cbe3c2da028d0" LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index dba6be7..e08902b 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -b109172d993edacd9853a8bbb8128a94da014399 +7ed7d4ccb8991e2b5b95334b508f8cec2faee737