From de6488a8d88b0c8f954fabd40d0fc75dc1e15765 Mon Sep 17 00:00:00 2001 From: Gunhyun Park Date: Wed, 1 May 2024 18:23:19 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@2914a11e3fad (#2266) --- WORKSPACE.bazel | 4 ++-- build_tools/llvm_version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index c1da995547..e5c87eb266 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -17,9 +17,9 @@ workspace(name = "stablehlo") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -LLVM_COMMIT = "2a47ee070145438424b065a35c4a680ea0cb0c1f" +LLVM_COMMIT = "2914a11e3fad5d5634272f028b2765ac182d6b20" -LLVM_SHA256 = "e0c8d708afc554e2e4efa3d1abc35e470bf401643cb5fb4e06547539bf0d51bc" +LLVM_SHA256 = "8826cb0f4afae546aae1eb266854f9a546d6dd2bbb700c5c5ac588294c02ae8d" http_archive( name = "llvm-raw", diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index 7cc7617217..4d5fc08616 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1 +1 @@ -2a47ee070145438424b065a35c4a680ea0cb0c1f +2914a11e3fad5d5634272f028b2765ac182d6b20