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

PiperOrigin-RevId: 353222879
This commit is contained in:
Tres Popp 2021-01-22 05:29:24 -08:00 committed by TensorFlow MLIR Team
parent ae2d46414d
commit b865148492
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 = "2cb130f7661176f2c2eaa7554f2a55863cfc0ed3"
LLVM_COMMIT = "def99ad68bce83deabf24694f88f0b0c98287a24"
LLVM_SHA256 = "7e5b97dc8890bb4d5b0fb78384249c1504004cfb533bfddc5b7f7bfd7c992781"
LLVM_SHA256 = "9587276f5cc606918e860246c063b17b847e0f0cd32f1cd43b2054f435c83429"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
2cb130f7661176f2c2eaa7554f2a55863cfc0ed3
def99ad68bce83deabf24694f88f0b0c98287a24