From 8ac890d531dccb336a56602c5e418ac265ff5789 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 18 Mar 2021 06:09:41 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@388fbefb4f2a Updates LLVM usage to match [388fbefb4f2a](https://github.com/llvm/llvm-project/commit/388fbefb4f2a) PiperOrigin-RevId: 363641472 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1407dc4..559aea3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "0604e0bc683eeae76416568411369ba7fd8a1b34" +LLVM_COMMIT = "388fbefb4f2aec19da221ebbc3e091919f7520a9" -LLVM_SHA256 = "53e40f84aed9130016a1d469f65472a0c9b3a2600ffa12072bd018f87e46e267" +LLVM_SHA256 = "4e329224d846311d812914bfcdcefceeafcf5a0a53ea3506bdc561df5741088e" 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 2c257a3..67e56d4 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -0604e0bc683eeae76416568411369ba7fd8a1b34 +388fbefb4f2aec19da221ebbc3e091919f7520a9