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

PiperOrigin-RevId: 353014048
This commit is contained in:
Tres Popp 2021-01-21 07:24:11 -08:00 committed by TensorFlow MLIR Team
parent 1a37078132
commit 61cfb8c690
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")
LLVM_COMMIT = "71635ea5ffd62a7de91c759c0dfb7bb40c16fd94"
LLVM_COMMIT = "726de41e2bfb1d0d65e08f103dcb12810fe99d60"
LLVM_SHA256 = "fcf303a228071a705f8185d66ecab4e0c4e82bdcaa4626919e302b3276b09bdd"
LLVM_SHA256 = "738271553dca8bfadba98c8cb76410e0026db8efb3bbbec1a0ef214902e14613"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
71635ea5ffd62a7de91c759c0dfb7bb40c16fd94
726de41e2bfb1d0d65e08f103dcb12810fe99d60