From fdae82aac737fa62bb62f5c561cf4556451a7493 Mon Sep 17 00:00:00 2001 From: Stephan Herhut Date: Tue, 4 May 2021 12:17:25 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@34593ae9982a Updates LLVM usage to match [34593ae9982a](https://github.com/llvm/llvm-project/commit/34593ae9982a) PiperOrigin-RevId: 371968431 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index bb28fc5..8809cb4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "aad3113417369a16ef57291b46594a4e07014eae" +LLVM_COMMIT = "34593ae9982ad267639893ed4ce41242f9493056" -LLVM_SHA256 = "c529607933d391593e3e3f28dc5cdde43258dde1b21678f6f8fb39a7113bdecb" +LLVM_SHA256 = "988fb7784f424f161b5991281c28c6a8515ef7a833c2d4dfe64da4361ea861fc" 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 f94c871..ec99d99 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -aad3113417369a16ef57291b46594a4e07014eae +34593ae9982ad267639893ed4ce41242f9493056