From 5cc9fa9d9dce082a46075af6e6ec515af562a497 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 18 Feb 2021 21:08:32 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@cd8cc00b9e2b Updates LLVM usage to match [cd8cc00b9e2b](https://github.com/llvm/llvm-project/commit/cd8cc00b9e2b) PiperOrigin-RevId: 358329421 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 081adad..953536b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "b7e05c874b5b2a77c87df71ee3442abc2569cbb9" +LLVM_COMMIT = "cd8cc00b9e2b2b2b10270f7485eb47759bc54cc1" -LLVM_SHA256 = "c78fa63e98521e83af727c5df7f3df0524569e0646ac32f00227c2c950329d19" +LLVM_SHA256 = "38f9a23b04ccc9d647bb14d16afd4d098d3a47e3d01993147c593fcc8147aa4e" 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 5a7dbad..b4cd80a 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -b7e05c874b5b2a77c87df71ee3442abc2569cbb9 +cd8cc00b9e2b2b2b10270f7485eb47759bc54cc1