From cbef26c6a8f1e4be3f4cfb902db992c45e93b7a6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 24 Mar 2021 08:09:47 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@1f6a57c1a0fa Updates LLVM usage to match [1f6a57c1a0fa](https://github.com/llvm/llvm-project/commit/1f6a57c1a0fa) PiperOrigin-RevId: 364804812 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 026abe7..78e1b08 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a" +LLVM_COMMIT = "1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0" -LLVM_SHA256 = "fe423e8d5bdfd2e93a91384915a5c8e56c1875ee2d284beb99997803f1729675" +LLVM_SHA256 = "53f08d1326d3e41ddc1743f1cbd9ed776deca7f44ae2514917443cf05b3407bb" 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 3f131f3..d8936db 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a +1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0