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

PiperOrigin-RevId: 367597627
This commit is contained in:
Alexander Belyaev 2021-04-09 02:33:48 -07:00 committed by TensorFlow MLIR Team
parent 768234b077
commit 2ef77c1c0c
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 = "1b589172bd19b83e8137185ed11f50bba06e8766"
LLVM_COMMIT = "39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19"
LLVM_SHA256 = "865096385749658fa16da7d16b54a6a853a931889a58293a8596c674d3981021"
LLVM_SHA256 = "909ea626e84624fb428fdd6557bf35818b875dfd3ec72dfad810923c0662adf0"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
1b589172bd19b83e8137185ed11f50bba06e8766
39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19