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

PiperOrigin-RevId: 354482705
This commit is contained in:
A. Unique TensorFlower 2021-01-29 00:30:25 -08:00 committed by TensorFlow MLIR Team
parent 74b103fedf
commit eb8d5a5e39
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 = "081c1db02dd2b48cf736d44862f7d7e8c2869577"
LLVM_COMMIT = "b92a39ac1319c796777bca19a3af2856acbc69c1"
LLVM_SHA256 = "da4c509b986aadb985dc0c1f952ca5e395cb76cd01d21982e1be26213630239e"
LLVM_SHA256 = "2125d1151fb4fd147c795d5f81f457cad7e333dd46bc045cab6fa888ca38ace0"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
081c1db02dd2b48cf736d44862f7d7e8c2869577
b92a39ac1319c796777bca19a3af2856acbc69c1