From e192d2a764440f576c386b77fe83354ba935e8ba Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 22 Jan 2021 13:48:12 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@e27197f36054 Updates LLVM usage to match [e27197f36054](https://github.com/llvm/llvm-project/commit/e27197f36054) PiperOrigin-RevId: 353311722 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c164b64..b734e64 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "06f8a49693957bc27b83e0ab5f429ff874941a07" +LLVM_COMMIT = "e27197f3605450c372ddc71922d0e9982b30e115" -LLVM_SHA256 = "c27484997cfbd282288fdbd15466c2c64b776a830c26ed775e53458f55b04813" +LLVM_SHA256 = "8062916c79a8210b377d99d956dbe5ba790f9aa58eeeee2797735c9df80492cc" 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 18623d1..6c3fe2e 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -06f8a49693957bc27b83e0ab5f429ff874941a07 +e27197f3605450c372ddc71922d0e9982b30e115