Skip to content

Commit

Permalink
Upgrade the LLVM dependency
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696190449
  • Loading branch information
dhoekwater authored and copybara-github committed Nov 13, 2024
1 parent 80e666f commit 1c9d2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/LLVM/LLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Integrates LLVM into the build.

# LINT.IfChange(commit_hash)
set(_LLVM_HASH 87b00ef35a0060e29fbc771e8557600e396f966c)
set(_LLVM_HASH f58ce1152703ca753794b8cef36da30bd2668d0f)
# LINT.ThenChange(../../WORKSPACE.bzlmod:llvm_commit_hash)

set(propeller_llvm_build_dir ${CMAKE_BINARY_DIR}/llvm-build)
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# If updating this metadata becomes tedious, we can automatically sync to the
# internal version.
# LINT.IfChange(llvm_commit_hash)
LLVM_COMMIT = "87b00ef35a0060e29fbc771e8557600e396f966c"
LLVM_COMMIT = "f58ce1152703ca753794b8cef36da30bd2668d0f"
# LINT.ThenChange(CMake/LLVM/LLVM.cmake:commit_hash)

new_git_repository(
Expand Down

0 comments on commit 1c9d2a7

Please sign in to comment.