From dd237d426756c923a9422fefdf7bc8c41d9d48dd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 17 Feb 2021 14:51:51 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@892d2822b62e Updates LLVM usage to match [892d2822b62e](https://github.com/llvm/llvm-project/commit/892d2822b62e) PiperOrigin-RevId: 358038509 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 46e2c3a..a31e315 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "9f581815ae4d5df7453f0b3bea845c0ba508c91e" +LLVM_COMMIT = "892d2822b62ebcaa7aa0b006b5ea4f26593c1618" -LLVM_SHA256 = "40dd94b823701660756024c1e7985b0b2c68eb6475f8d4a765e4b6927ce08895" +LLVM_SHA256 = "223c0e99ff272b0eb6245026ec0fefd6254c1f1e794b76171868fcc843a0b6f5" 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 9693852..4b8bb26 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -9f581815ae4d5df7453f0b3bea845c0ba508c91e +892d2822b62ebcaa7aa0b006b5ea4f26593c1618