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

PiperOrigin-RevId: 374391426
This commit is contained in:
A. Unique TensorFlower 2021-05-18 04:56:43 -07:00 committed by TensorFlow MLIR Team
parent 623b630fee
commit dedc129c8c
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 = "3bc2b97b34ff1d5f817793f83961192e62d5fc7b" LLVM_COMMIT = "f8dbd61074176bae92ec360a093ac7bc498c9321"
LLVM_SHA256 = "1d89cb7df71bd6fea5978812859ca0a5f5efcae334a2cccefe0b9bd28bddff41" LLVM_SHA256 = "1def8b1f1454a33484b12ea1ee5ea608cbe9b4f429ce57b67c9569726dd1fb78"
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 @@
3bc2b97b34ff1d5f817793f83961192e62d5fc7b f8dbd61074176bae92ec360a093ac7bc498c9321