commit | 974734efd3a34752699a8833d729c24eec909592 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Wed Dec 15 03:10:20 2021 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed Dec 15 03:16:23 2021 -0800 |
tree | 0718a19bc72cc3f74a683c34f6caccfb6b801fbc | |
parent | f061f96519431bf524c2d5c0b25dd0ee13215f16 [diff] |
Integrate LLVM at llvm/llvm-project@7a54ae9c1d42 Updates LLVM usage to match [7a54ae9c1d42](https://github.com/llvm/llvm-project/commit/7a54ae9c1d42) PiperOrigin-RevId: 416512293 Change-Id: Iacb2fd8b91eb63e371e7ca1a453924c3f0a487b8
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 987b9d7..572f6dc 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@ def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "ea15b862d77ed0f163d97735f45b7683ad86ffc9" - LLVM_SHA256 = "1b7948461c8921e8a6c6b1cac7c451235709934d9169d3e9c0fcdf804b76526d" + LLVM_COMMIT = "7a54ae9c1d42f38ce45a2072055e68a790100fd8" + LLVM_SHA256 = "b95d3f9e9c828594adef175b61d68093f1fef732b84b807bce05510358fa31f0" tf_http_archive( name = name,