From b86b18489cc7a30ce5ac13a710f5760e352a4c28 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 17 May 2021 08:07:12 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@50511df32edf Updates LLVM usage to match [50511df32edf](https://github.com/llvm/llvm-project/commit/50511df32edf) PiperOrigin-RevId: 374197586 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cbed5f0..77741f1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "7c16f93c44caa341404ff78a14eba163cd243e5e" +LLVM_COMMIT = "50511df32edf53238b75b0e9767120dc772dbf14" -LLVM_SHA256 = "c3054b7fe0b11354e287d31fe5dba1567bcd9882d80af2e0bf7741a6f1d62201" +LLVM_SHA256 = "802231b8fb3c951ecd22d9f3ac57df25db27e45d3d3389044235809d3c74181e" 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 3e37717..5dfb054 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -7c16f93c44caa341404ff78a14eba163cd243e5e +50511df32edf53238b75b0e9767120dc772dbf14