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

PiperOrigin-RevId: 360150476
This commit is contained in:
Benjamin Kramer 2021-03-01 03:43:37 -08:00 committed by TensorFlow MLIR Team
parent e19ccf975e
commit 7c071e8ee6
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")
LLVM_COMMIT = "5077d42cfa427598826eb7b69ad805bad8f4ec9d"
LLVM_COMMIT = "99c24f7aa8ccb84abde1672255439a2b2730ccc1"
LLVM_SHA256 = "935258a5213d282f8194e31e3f9855331685a6c8c470d3a16002193111290dbc"
LLVM_SHA256 = "c031fbda3d8796fcc57aa16b54bfb39b8075b0f7a734273623da79e087d682ec"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
5077d42cfa427598826eb7b69ad805bad8f4ec9d
99c24f7aa8ccb84abde1672255439a2b2730ccc1