From 0162057815c476b308297a0777808d6de83bdcdf Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 21 Jun 2021 03:36:41 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@134723edd5bf Adjusted libcxx BUILD files for https://github.com/llvm/llvm-project/commit/2ec672dcdf4b72523bbee50c2be0d02fc38be660 Updates LLVM usage to match [134723edd5bf](https://github.com/llvm/llvm-project/commit/134723edd5bf) PiperOrigin-RevId: 380542043 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c335e57..708c586 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "c9889c44ec5a4054833457c813e155f284703ef4" +LLVM_COMMIT = "134723edd5bf06ff6ec8aca7b87c56e5bd70ccae" -LLVM_SHA256 = "bce5e70410d40f2cbc83f7a70dcc3590b69d12942c4358dc7d1442639ef7a447" +LLVM_SHA256 = "0d9843fec643cf84557e06f5d1d008828923e86fc4e48966151e10b6d2cd2e6d" 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 9536d55..f28d32a 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -c9889c44ec5a4054833457c813e155f284703ef4 +134723edd5bf06ff6ec8aca7b87c56e5bd70ccae