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

PiperOrigin-RevId: 360684382
This commit is contained in:
Benjamin Kramer 2021-03-03 09:09:39 -08:00 committed by TensorFlow MLIR Team
parent bf14340316
commit ab8bc35efd
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 = "1a4990a4f71adf1ea0b8f7e0ae2ddd8a85f9c393"
LLVM_COMMIT = "8da090381d567d0ec555840f6b2a651d2997e4b3"
LLVM_SHA256 = "d5588c2abcad3b36906e050b90f995e8e4b70fecdbd35d81a1174a7feca88a2a"
LLVM_SHA256 = "ea54b121ad047abf651ec561149af03d8c4a23cd2d4307dafbb14129c5c4616c"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
1a4990a4f71adf1ea0b8f7e0ae2ddd8a85f9c393
8da090381d567d0ec555840f6b2a651d2997e4b3