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

PiperOrigin-RevId: 373353006
This commit is contained in:
Adrian Kuegel 2021-05-12 06:03:01 -07:00 committed by TensorFlow MLIR Team
parent 875803e5e1
commit 8895262330
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 = "34c098b780a27a90b5614ea3b949b9269835f2a5"
LLVM_COMMIT = "b7a11274f90f07537e2151fa4424db257ff9a950"
LLVM_SHA256 = "ee39d8384cd4838f7c87ebfcae6c87a8e6e78c1d7a872600b12112a4fc773a31"
LLVM_SHA256 = "523f0f215e95adeeecc1dae99d73b094de2522e423996310810c5d2a5dda159f"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
34c098b780a27a90b5614ea3b949b9269835f2a5
b7a11274f90f07537e2151fa4424db257ff9a950