From 27a8b18526ce6e4d2ae65c48a9591594eb27f50c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 18 Feb 2021 12:38:16 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@f70cdc5b5c7c Updates LLVM usage to match [f70cdc5b5c7c](https://github.com/llvm/llvm-project/commit/f70cdc5b5c7c) PiperOrigin-RevId: 358240325 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e95fb41..aaa846d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "5b094bfeb3ccaf3ba118f161277ade9fc5147272" +LLVM_COMMIT = "f70cdc5b5c7c6086417409ec2d31b66144fabbc9" -LLVM_SHA256 = "922e38cbef733c1c3a17569843816e9e80b1db9e678822c4ceb8af2308cdbac8" +LLVM_SHA256 = "0195cbe8bb5410d032f0e52a83d84cf4a9f56e17c7d4e05af99ed9a23d10794e" 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 053a794..2e1e786 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -5b094bfeb3ccaf3ba118f161277ade9fc5147272 +f70cdc5b5c7c6086417409ec2d31b66144fabbc9