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

PiperOrigin-RevId: 373275250
This commit is contained in:
A. Unique TensorFlower 2021-05-11 18:35:02 -07:00 committed by TensorFlow MLIR Team
parent 2ea9470515
commit 3ccf3938fa
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 = "df47368d406aa4b9aaa7dd49026a0eff9763e6ca"
LLVM_COMMIT = "fec2945998947f04d672e9c5f33b57f7177474c0"
LLVM_SHA256 = "b46f7a7cd25026ae8e26777473104ac0b6a1e99c318312d98093708d65470321"
LLVM_SHA256 = "b3ddaa6af7142d2a34c2b0b529badbf57ce8a606de7660058f18e9f770f3b2a7"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
df47368d406aa4b9aaa7dd49026a0eff9763e6ca
fec2945998947f04d672e9c5f33b57f7177474c0