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

PiperOrigin-RevId: 369706935
This commit is contained in:
A. Unique TensorFlower 2021-04-21 12:13:31 -07:00 committed by TensorFlow MLIR Team
parent 4d435a817e
commit 57d7c94a24
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 = "e0adf7e06a9e329327db2c5e9809e1cbf2e7208d" LLVM_COMMIT = "9430efa18b02e7a3f453793e48c96d5c954ed751"
LLVM_SHA256 = "99b2657c6851ea670cc4f965cf0aff881b40c4e19edf3445dd13b2f32faba82c" LLVM_SHA256 = "9000f71135ac5c520c269823b493f05a45098dbbe2230b3562e826bdcca766f7"
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 @@
e0adf7e06a9e329327db2c5e9809e1cbf2e7208d 9430efa18b02e7a3f453793e48c96d5c954ed751