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

PiperOrigin-RevId: 355120697
This commit is contained in:
Adrian Kuegel 2021-02-02 01:53:06 -08:00 committed by TensorFlow MLIR Team
parent 96f8771ed7
commit c2115f56c7
3 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "68f66f37d7d74be7beba56506c4397dadc8538dd"
LLVM_COMMIT = "8f7f2c4211caf724e8319976968995bec1894b96"
LLVM_SHA256 = "7c8940467bb5ac464eba5a0c1ca097536ab8e6e0906be31c7038cf1c1b28ab03"
LLVM_SHA256 = "b66bc278f2cb70594a7de1e0ee2eecdeab08f57265feb2dfc9e9603352c142ec"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
68f66f37d7d74be7beba56506c4397dadc8538dd
8f7f2c4211caf724e8319976968995bec1894b96