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

PiperOrigin-RevId: 357080940
This commit is contained in:
A. Unique TensorFlower 2021-02-11 16:15:59 -08:00 committed by TensorFlow MLIR Team
parent 077df4f8cc
commit a7365aadbe
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 = "418c218efa950245ba075b9bb3a53505b807c5df" LLVM_COMMIT = "8151c1b44211d5a7154ca860d28a6aed3a4f2715"
LLVM_SHA256 = "9b16312cb14ee38866f96e937b7af1efb6ab57da157ad48aa126a57db07301a1" LLVM_SHA256 = "f1c1bb62deb4e03e70cf9a1b85c53607923ceb9f81c94df3ffc20a815ace71bb"
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 @@
418c218efa950245ba075b9bb3a53505b807c5df 8151c1b44211d5a7154ca860d28a6aed3a4f2715