From 05ad9ddf8481e3c6c7fcdf9e2ddd8d7f86fc5d4c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 18 Jun 2021 06:02:37 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@93183a41b962 Updates LLVM usage to match [93183a41b962](https://github.com/llvm/llvm-project/commit/93183a41b962) PiperOrigin-RevId: 380170094 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d5ea0b8..1244649 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "366df11a35392c946678f1af94038945c23f06c8" +LLVM_COMMIT = "93183a41b962ce21ea168357172aaf00cdca5bd9" -LLVM_SHA256 = "cd720387229e8ee74cc9d7d685a298c709fb2bdb2063301e509f40dacbdbaaea" +LLVM_SHA256 = "9f212bca2050e2cffa15aa72aa07d89e108b400d15ca541327a829e3d4108fb9" 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 65032aa..79e9226 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -366df11a35392c946678f1af94038945c23f06c8 +93183a41b962ce21ea168357172aaf00cdca5bd9