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

PiperOrigin-RevId: 354922438
This commit is contained in:
Adrian Kuegel 2021-02-01 05:55:50 -08:00 committed by TensorFlow MLIR Team
parent 1be1123c70
commit 2da9d6947d
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 = "1c762a81d20f498a93c38c0f0b10ad7c18650422"
LLVM_COMMIT = "e90e455d2a0cc6e04b930a43355c3551e2c6f0e0"
LLVM_SHA256 = "3d47d095b8a9828ac7004a0a076916674a914eb8eabe3026c275bcfc1115639e"
LLVM_SHA256 = "ff98270ebf8302210e4bae08db8738468fff8aeaa6bcbcdfa654e7ce530a0263"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
1c762a81d20f498a93c38c0f0b10ad7c18650422
e90e455d2a0cc6e04b930a43355c3551e2c6f0e0