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

PiperOrigin-RevId: 350140950
This commit is contained in:
Alexander Belyaev 2021-01-05 08:01:06 -08:00 committed by TensorFlow MLIR Team
parent 095dc28e5c
commit 49a540bf72
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 = "8bee4d4e8f54b5f28b9117b552d3b2c655ff129b"
LLVM_COMMIT = "d38a0258a5f4c28fd0b0c00705c40e06976ed247"
LLVM_SHA256 = "be495f167f73d75f620285cb9f6771657787204dcea8e911da0a14291679e51d"
LLVM_SHA256 = "fcb0fde455fe76ca525d73f6c6a764a671cf0a2dd97dcdac9b8ef9a3f2e8beaa"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
8bee4d4e8f54b5f28b9117b552d3b2c655ff129b
d38a0258a5f4c28fd0b0c00705c40e06976ed247