Updates LLVM usage to match
[df6d0579e18e](https://github.com/llvm/llvm-project/commit/df6d0579e18e)

PiperOrigin-RevId: 361855926
This commit is contained in:
A. Unique TensorFlower 2021-03-09 11:25:59 -08:00 committed by TensorFlow MLIR Team
parent 5be8be31b5
commit 7629dfdd81
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 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) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
3f3f88fb95033b0461f14bc32b2d4267e06edba0 df6d0579e18e868ef4b6e97794eacd5af86e1b8a