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

PiperOrigin-RevId: 370631530
This commit is contained in:
Tres Popp 2021-04-27 01:51:18 -07:00 committed by TensorFlow MLIR Team
parent 50287ac72c
commit a5de7719d7
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") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "494e77138c2e53961c43fe6957142d4f90034f98" LLVM_COMMIT = "f8de9aaef2f472ad7572748582444083d31d5a95"
LLVM_SHA256 = "a1fb353141d25de395741ae8a5b8481a321dff6d17070dff72d286b8e901041a" LLVM_SHA256 = "577e77afb764eff514ba5c8fdf8ad86fd9b2e073d06df055d9c6bb42fcfd6b20"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
494e77138c2e53961c43fe6957142d4f90034f98 f8de9aaef2f472ad7572748582444083d31d5a95