From a1445aa0faf3c3e1c52c87a1b7c8b108630cba97 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 20 May 2021 16:49:28 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@cb82e8ea33e3 Updates LLVM usage to match [cb82e8ea33e3](https://github.com/llvm/llvm-project/commit/cb82e8ea33e3) PiperOrigin-RevId: 374977251 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a61ef35..d794405 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "0316f3e64972c919d8bfa2d15b9a4be858530f85" +LLVM_COMMIT = "cb82e8ea33e3546414b5ef15335c57611d1e04f2" -LLVM_SHA256 = "ddf0daa23870922c468343c08670e8007358b463cf4ed2c737a94086cc433527" +LLVM_SHA256 = "1a4bd6c49b5903aac4885c8931020a66b6e950a1a817348ce5d170fdb1b2dbd7" 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 70dc8a4..c78a50e 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -0316f3e64972c919d8bfa2d15b9a4be858530f85 +cb82e8ea33e3546414b5ef15335c57611d1e04f2