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

PiperOrigin-RevId: 367984223
This commit is contained in:
A. Unique TensorFlower 2021-04-12 05:40:03 -07:00 committed by TensorFlow MLIR Team
parent bc95a4652f
commit 7965f7fa79
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 = "2dd22da965ffc1623421cb8163947d7e679ce187"
LLVM_COMMIT = "67b39661c84742142628591aec181eef1cb6c3b7"
LLVM_SHA256 = "d741a884cde02185090d6920bc7bbe9751c3b69a46360f0fd3fef0c877f423fe"
LLVM_SHA256 = "a9cdb4f9c3b21cfba61970ea65ca6a50c99e0264333e9897b419663ac572550e"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
2dd22da965ffc1623421cb8163947d7e679ce187
67b39661c84742142628591aec181eef1cb6c3b7