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

PiperOrigin-RevId: 364529739
This commit is contained in:
A. Unique TensorFlower 2021-03-23 04:38:28 -07:00 committed by TensorFlow MLIR Team
parent 54f37abc28
commit 1a6483e229
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") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "cd442157cff4aad209ae532cbf031abbe10bc1df" LLVM_COMMIT = "e990fa2170314b179ec025b68fd00fbe9aab398d"
LLVM_SHA256 = "817adab11a32183638caf1c4215f60ce460e2ae6a02cfd670cb0b3d10e37d16a" LLVM_SHA256 = "3d071fad8606faa555518b043e5100c4a03205ac09a503fe30f829fe024eb999"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
cd442157cff4aad209ae532cbf031abbe10bc1df e990fa2170314b179ec025b68fd00fbe9aab398d