From 0726ab20faf8604970a402277d65c72c51039214 Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Tue, 2 Feb 2021 05:09:12 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@4d904776a77a Updates LLVM usage to match [4d904776a77a](https://github.com/llvm/llvm-project/commit/4d904776a77a) PiperOrigin-RevId: 355142758 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 09e0f67..7bb2ed5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "8f7f2c4211caf724e8319976968995bec1894b96" +LLVM_COMMIT = "4d904776a77aa80342c65cf72a962920cc9d1fa9" -LLVM_SHA256 = "b66bc278f2cb70594a7de1e0ee2eecdeab08f57265feb2dfc9e9603352c142ec" +LLVM_SHA256 = "02c7176c03cd5c1d12edef57fd118a7bf8140a5d002c7cf911cadf8d594d6745" 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 3dc2c4d..ea528cd 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -8f7f2c4211caf724e8319976968995bec1894b96 +4d904776a77aa80342c65cf72a962920cc9d1fa9