| commit | 00aace4415d45432494d2d431c7b41dd788430ed | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <kramerb@google.com> | Wed May 05 11:03:42 2021 -0700 |
| committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed May 05 11:08:37 2021 -0700 |
| tree | 114c5144ade2f49a36edc3e3113043b25418c743 | |
| parent | 6c42e4ce29b4ae46382931bb01709d342a34d220 [diff] |
Integrate LLVM at llvm/llvm-project@bfb9c749c024 Updates LLVM usage to match [bfb9c749c024](https://github.com/llvm/llvm-project/commit/bfb9c749c024) PiperOrigin-RevId: 372163886 Change-Id: I168386d8bf46ec3dc04075e79afac84877547890
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 0eb8271..af76212 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@ def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "34593ae9982ad267639893ed4ce41242f9493056" - LLVM_SHA256 = "988fb7784f424f161b5991281c28c6a8515ef7a833c2d4dfe64da4361ea861fc" + LLVM_COMMIT = "bfb9c749c02402ba082e81bfdadb15fb331c59ae" + LLVM_SHA256 = "ccf8590120b44d2a0d8fb960f4009935ab1cee72bb3c5d1314d75bfd03915f92" tf_http_archive( name = name,