From 2d7278ee64283166e8004a4d2c41e5a5629c4803 Mon Sep 17 00:00:00 2001 From: Stephan Herhut Date: Fri, 7 May 2021 01:06:19 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@44ee974e2f3e Updates LLVM usage to match [44ee974e2f3e](https://github.com/llvm/llvm-project/commit/44ee974e2f3e) PiperOrigin-RevId: 372507420 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 47a2cad..61e158f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "a577d59db243c1be038f331e0057a37b777a4407" +LLVM_COMMIT = "44ee974e2f3ef120e1890d8aafb02fedc3c135e9" -LLVM_SHA256 = "c03f71ee9ce98c93b0313281afb6686fe2ba126a84147a9a5a9d9285c19d7838" +LLVM_SHA256 = "5a6cc847f24134c3d68c6937a43304683a9e37abba1b816af64363fe890074a2" 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 0cc015b..e0eae05 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -a577d59db243c1be038f331e0057a37b777a4407 +44ee974e2f3ef120e1890d8aafb02fedc3c135e9