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

PiperOrigin-RevId: 368656637
This commit is contained in:
A. Unique TensorFlower 2021-04-15 09:36:21 -07:00 committed by TensorFlow MLIR Team
parent 0dcbe56bd7
commit a16b4f17e0
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 = "49cbf4cd85a9ae6b53947fb8cf39ccfb56becc57" LLVM_COMMIT = "93f54fae9dda7d5d89711eb97f1ee44de6ce1ff7"
LLVM_SHA256 = "b48235a81cf29ad0e25f5029602eb2dfa092bd0c3a0e4ca785da595415fe29e2" LLVM_SHA256 = "02e569a27548632ba083addbc9223bc5246e433c9eda72746c947dc17a5b0117"
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 @@
49cbf4cd85a9ae6b53947fb8cf39ccfb56becc57 93f54fae9dda7d5d89711eb97f1ee44de6ce1ff7