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

PiperOrigin-RevId: 376140722
This commit is contained in:
Benjamin Kramer 2021-05-27 04:24:22 -07:00 committed by TensorFlow MLIR Team
parent b32f885ad7
commit 5deed55dc3
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 = "5852582532b3eb3ea8da51a1e272d8d017bd36c9" LLVM_COMMIT = "d82f2a123f9c443911fc40009d2017915b850758"
LLVM_SHA256 = "0b1cbaba08a86652e76a21c048286d0fdad65aeab9555ceaf3dfc979001b9084" LLVM_SHA256 = "9140b422c7355f6defd73f99e436afd6bc278684a2697dfce63631768a014106"
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 @@
5852582532b3eb3ea8da51a1e272d8d017bd36c9 d82f2a123f9c443911fc40009d2017915b850758