From 920f261262ccfd3a3d404c300d43b2a84dc550ad Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Tue, 11 May 2021 01:17:02 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@888307ee625b Updates LLVM usage to match [888307ee625b](https://github.com/llvm/llvm-project/commit/888307ee625b) PiperOrigin-RevId: 373100219 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b2ac29a..168bfa9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "1e11616a071d07d0f3cdae1140b5c8685eb564a2" +LLVM_COMMIT = "888307ee625b50b060317e2100fb16e0be2626b7" -LLVM_SHA256 = "6a35b4b2e484a591eabbc8bafe35bdbacda2fdb0360d51f9abf717b945bbaf5f" +LLVM_SHA256 = "fa1e63b8c1f1423e49e16aad12437f953ee0aab89384172cded38549d6878f5c" 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 657b37f..5c1124c 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -1e11616a071d07d0f3cdae1140b5c8685eb564a2 +888307ee625b50b060317e2100fb16e0be2626b7