From ca09dabf1af7ee9e3b410ba6b04930289b4896b2 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 26 May 2021 11:13:57 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@ea91a8cbab93 Updates LLVM usage to match [ea91a8cbab93](https://github.com/llvm/llvm-project/commit/ea91a8cbab93) PiperOrigin-RevId: 375987155 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6182f0b..69d1eb0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "01120fe5b39837f87e6fa34a5227b8f8634d7b01" +LLVM_COMMIT = "ea91a8cbab93e6592c918b771942598ad0e9b571" -LLVM_SHA256 = "ddd8fc0aaf987c192fb0032ee4fd9614bbdf6adf4f8a34c57d1dbcd2031c636d" +LLVM_SHA256 = "a9c2458c83f0976b81c01ede93ae609e32c343816645b773abf3a63784864e7e" 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 5a337e7..3a3d343 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -01120fe5b39837f87e6fa34a5227b8f8634d7b01 +ea91a8cbab93e6592c918b771942598ad0e9b571