From 42f87acd10e1b670b92d5e8ed00be354c92de633 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 5 May 2021 20:38:53 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@0277a24f4bba Updates LLVM usage to match [0277a24f4bba](https://github.com/llvm/llvm-project/commit/0277a24f4bba) PiperOrigin-RevId: 372262890 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ba13d18..499755d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "bfb9c749c02402ba082e81bfdadb15fb331c59ae" +LLVM_COMMIT = "0277a24f4bbac284ba7a2ace7eeefdf6305e7f69" -LLVM_SHA256 = "ccf8590120b44d2a0d8fb960f4009935ab1cee72bb3c5d1314d75bfd03915f92" +LLVM_SHA256 = "f14a9666c78a7829e06ad8d1b6dc86f1f4a9a092eb0b9708f14a5e9e8d4f566f" 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 93b2784..f7be159 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -bfb9c749c02402ba082e81bfdadb15fb331c59ae +0277a24f4bbac284ba7a2ace7eeefdf6305e7f69