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

PiperOrigin-RevId: 348245062
This commit is contained in:
A. Unique TensorFlower 2020-12-18 21:58:19 -08:00 committed by TensorFlow MLIR Team
parent 1e36f6d38d
commit ee74c519a6
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 = "9ca67d7f4467a5dab4287e7c431f9daf313ca38a"
LLVM_COMMIT = "17b3ff511c0a034d93c969bccd699dedc5a29e96"
LLVM_SHA256 = "0478db3414a17a985733f996a26cd5345ac6bcd62ddbbad8a47ef845ff8b1a5e"
LLVM_SHA256 = "2d3c8b4f36f710c5aaace664d07876af70f7cdcfc8f0fe4de16e2ba94e8d4426"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
9ca67d7f4467a5dab4287e7c431f9daf313ca38a
17b3ff511c0a034d93c969bccd699dedc5a29e96