From 1de55d2620042e8ca7513ab07601a82f4d6aa35b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 10 May 2021 23:32:40 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@1e11616a071d Updates LLVM usage to match [1e11616a071d](https://github.com/llvm/llvm-project/commit/1e11616a071d) PiperOrigin-RevId: 373087867 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 544e348..b2ac29a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "bf812ea484b71ec41d6811646d89876499956235" +LLVM_COMMIT = "1e11616a071d07d0f3cdae1140b5c8685eb564a2" -LLVM_SHA256 = "d6be78d7060fb26b6063126fbbfc23e7c0c91d99fdd864aa98f48f1a12665b99" +LLVM_SHA256 = "6a35b4b2e484a591eabbc8bafe35bdbacda2fdb0360d51f9abf717b945bbaf5f" 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 1097f49..657b37f 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -bf812ea484b71ec41d6811646d89876499956235 +1e11616a071d07d0f3cdae1140b5c8685eb564a2