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

PiperOrigin-RevId: 365986449
This commit is contained in:
A. Unique TensorFlower 2021-03-31 01:36:00 -07:00 committed by TensorFlow MLIR Team
parent eade942635
commit af2aaa6144
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 = "c06a8f9caa51c7ea71dac716e0a35f5e343e4546"
LLVM_COMMIT = "afed50a14b34eb619624aed5c85f4f610f360650"
LLVM_SHA256 = "9234928bc8ea04c512c6cba9e529ceca903ce56d50ea190916126f3a56d328db"
LLVM_SHA256 = "eccfb27acb4bdcd9177af54b0b673a19fcb92a0bfbc223a09e8cff1666441fe4"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
c06a8f9caa51c7ea71dac716e0a35f5e343e4546
afed50a14b34eb619624aed5c85f4f610f360650