From c63ac91206c73e2a4f60523c5a335f69fe886b93 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 26 Feb 2021 04:03:59 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@bf6380c0966b Updates LLVM usage to match [bf6380c0966b](https://github.com/llvm/llvm-project/commit/bf6380c0966b) PiperOrigin-RevId: 359728311 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ab9438a..ec377a6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117" +LLVM_COMMIT = "bf6380c0966b26a2aec7f2072efd0a1a9b6328f2" -LLVM_SHA256 = "19131ecf82681acec18780a6b9dbe2412e35132ccab104074951b6d50407d08d" +LLVM_SHA256 = "b225983215a6ba47cbc344df25c158c60baf8cf2cfe5e990e13e028f7ff6dcdc" 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 c93e2fa..4e7862d 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117 +bf6380c0966b26a2aec7f2072efd0a1a9b6328f2