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

PiperOrigin-RevId: 365802786
This commit is contained in:
A. Unique TensorFlower 2021-03-30 07:04:30 -07:00 committed by TensorFlow MLIR Team
parent c1a6ae8994
commit f90042321a
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 = "482283042f795ecc27838a3b2f76b5494991401c"
LLVM_COMMIT = "c51e91e04681587e7ddd2b20f4e06272c040aa48"
LLVM_SHA256 = "350b8bd0def4bef191b512a79923c3e591e47b189d63e37abf149ac4751d2334"
LLVM_SHA256 = "3706486e7eedfaa046993b8b802cff6b206e6d8a8b473bbbb1b485ae8e7c95ec"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
482283042f795ecc27838a3b2f76b5494991401c
c51e91e04681587e7ddd2b20f4e06272c040aa48