From 39430e04da82ec4fc0ebf85467a1a4dcfa1b6238 Mon Sep 17 00:00:00 2001 From: Alexander Belyaev Date: Thu, 8 Apr 2021 05:54:17 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@b601c6719226 Updates LLVM usage to match [b601c6719226](https://github.com/llvm/llvm-project/commit/b601c6719226) PiperOrigin-RevId: 367413533 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f04e91e..6c4eda9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "6e8601ff4ae1154e6f7963c70453b4818d7453e0" +LLVM_COMMIT = "b601c6719226fb83c43dae62a581e5ee08bfb169" -LLVM_SHA256 = "ce1fcad4ddf9c0af27176eb4475dbc834170362269d533910c69ed1e41bdaf1c" +LLVM_SHA256 = "3a46a557eae1cc6545eab200329c622bf47fb2a23ca946ab5fff593d3814d908" 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 043a730..afdf770 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -6e8601ff4ae1154e6f7963c70453b4818d7453e0 +b601c6719226fb83c43dae62a581e5ee08bfb169