From 6f5a4400315473eb44570ec56e6aea30ad01860b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 14 Jun 2021 14:16:55 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@56ae4f23b227 Updates LLVM usage to match [56ae4f23b227](https://github.com/llvm/llvm-project/commit/56ae4f23b227) PiperOrigin-RevId: 379348813 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6878d67..145891c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "b90f9bea9673d07f2764006eb15fc4ea5e23be6d" +LLVM_COMMIT = "56ae4f23b227897361d2a7c84364a6df81f3c327" -LLVM_SHA256 = "9f514705be1d6652bee248d02ff23b9333e8cece70b1b4ada75940446fd50dbf" +LLVM_SHA256 = "7579f3aa248cce4712b33debe6a328a2c0a2588850b9aeb70bb46e7e1fb0fb1e" 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 f21d5be..aab867e 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -b90f9bea9673d07f2764006eb15fc4ea5e23be6d +56ae4f23b227897361d2a7c84364a6df81f3c327