From 9d8a53c4529149a1b3e859fa782c6d1dec302a26 Mon Sep 17 00:00:00 2001 From: Adrian Kuegel Date: Wed, 3 Feb 2021 07:31:04 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@e635feb15a91 Updates LLVM usage to match [e635feb15a91](https://github.com/llvm/llvm-project/commit/e635feb15a91) PiperOrigin-RevId: 355392465 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 27fa02e..faf8df5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "54afcade3bbcf4a085c8a8c3c22429921420e54d" +LLVM_COMMIT = "e635feb15a91e6eeb77876031be2811e63d542f3" -LLVM_SHA256 = "1b2682e6717f580a77daaeaa9c9f6d2afb9e2dc23ffea6acad07db54a7771124" +LLVM_SHA256 = "c45b6e3e483f1bf2fa37b44352d44e171e81224214fec487a6da253b7d27267e" 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 c57a897..cbda2eb 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -54afcade3bbcf4a085c8a8c3c22429921420e54d +e635feb15a91e6eeb77876031be2811e63d542f3