From 7629dfdd81ccc098be1d2d6405198cce28ae8b8d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 9 Mar 2021 11:25:59 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@df6d0579e18e Updates LLVM usage to match [df6d0579e18e](https://github.com/llvm/llvm-project/commit/df6d0579e18e) PiperOrigin-RevId: 361855926 --- WORKSPACE | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 26a85ac..73dc671 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,9 +15,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "3f3f88fb95033b0461f14bc32b2d4267e06edba0" +LLVM_COMMIT = "df6d0579e18e868ef4b6e97794eacd5af86e1b8a" -LLVM_SHA256 = "2ab224331e9911a43a0c404503c2c4b91282aa7f0f6c66e07dd7ec61d5b4aa14" +LLVM_SHA256 = "badaf6e0e5331669a7d572e0c45f2ed611629e9340a0212e891acbd29730f069" 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 e868fda..0c954fe 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -3f3f88fb95033b0461f14bc32b2d4267e06edba0 +df6d0579e18e868ef4b6e97794eacd5af86e1b8a