From a44557a8fc8cf393976c99f30273a3dc0638803d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 10 Jul 2023 06:03:11 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@dbaa5838c13e Updates LLVM usage to match [dbaa5838c13e](https://github.com/llvm/llvm-project/commit/dbaa5838c13e) PiperOrigin-RevId: 546848989 --- third_party/llvm/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 61d19b53e..278db4f83 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "d5241e48743ca2235bd3328d5e1584f70df8e601" - LLVM_SHA256 = "7ed495e702afdabf99f3de3b44ab52685636c8c5d3aa715e728884c6b1de88a1" + LLVM_COMMIT = "dbaa5838c13e5593b9de37b8f3daffe4cb914a17" + LLVM_SHA256 = "79a02eb8733ec1f51c23fdc0cfc123fb023d855fe53ca59515cd8c6cb2af8993" tf_http_archive( name = name,