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

PiperOrigin-RevId: 376155243
This commit is contained in:
Benjamin Kramer 2021-05-27 06:23:16 -07:00 committed by TensorFlow MLIR Team
parent 5deed55dc3
commit e319f87857
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 = "d82f2a123f9c443911fc40009d2017915b850758" LLVM_COMMIT = "c467585682dcdda75e645ef3ab47c8b48440db12"
LLVM_SHA256 = "9140b422c7355f6defd73f99e436afd6bc278684a2697dfce63631768a014106" LLVM_SHA256 = "dfd3db8bb2c3e8d23b070b441f248773e6165edfbd01a38480d757c2f26a7877"
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 @@
d82f2a123f9c443911fc40009d2017915b850758 c467585682dcdda75e645ef3ab47c8b48440db12