From bfc8cca38fc6e0142ada50f3efbe96e277149ffd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 14 Apr 2021 21:49:42 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@8f9477b067b0 Updates LLVM usage to match [8f9477b067b0](https://github.com/llvm/llvm-project/commit/8f9477b067b0) PiperOrigin-RevId: 368569183 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d02e206..c6967fa 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "c4c9e4d6df3c492cf86728288b14a9bc718f6e2d" +LLVM_COMMIT = "8f9477b067b0e059ece95bae3e2bd84f95702666" -LLVM_SHA256 = "78a96a0cc5cca8e757bf08f7253e54fbe1cd5c347ff138a9d99ce97b1ac80587" +LLVM_SHA256 = "837f9bcb603fc9c2dec04edc86d43e8030509864bd0b7e055b5cca4574823dae" 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 3c655ff..642ec0a 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -c4c9e4d6df3c492cf86728288b14a9bc718f6e2d +8f9477b067b0e059ece95bae3e2bd84f95702666