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

PiperOrigin-RevId: 375937201
This commit is contained in:
Benjamin Kramer 2021-05-26 07:21:01 -07:00 committed by TensorFlow MLIR Team
parent edf5ec8084
commit 2f8f3d692c
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 = "cb65419b1ac05c3020dd05b64db183712235d2ff"
LLVM_COMMIT = "01120fe5b39837f87e6fa34a5227b8f8634d7b01"
LLVM_SHA256 = "95fcd4af4b21b6cb2ceda9e45d22c6b0014585258cc21727b5c864f7e9804fab"
LLVM_SHA256 = "ddd8fc0aaf987c192fb0032ee4fd9614bbdf6adf4f8a34c57d1dbcd2031c636d"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
cb65419b1ac05c3020dd05b64db183712235d2ff
01120fe5b39837f87e6fa34a5227b8f8634d7b01