Skip to content

Commit

Permalink
Merge pull request #1200 from avast/macho-llvm-fixes-update
Browse files Browse the repository at this point in the history
Updated LLVM archive to fix Mach-O segfaults
  • Loading branch information
metthal committed Apr 25, 2024
2 parents 394d3ae + 44de91d commit b283e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ set(KEYSTONE_ARCHIVE_SHA256
)

set(LLVM_URL
"https://github.com/avast/llvm/archive/2a1f3d8a97241c6e91710be8f84cf3cf80c03390.zip"
"https://github.com/avast/llvm/archive/a776c2a976ef64d9cd84d7ee71d0e4a04aa117a1.zip"
CACHE STRING "URL of LLVM archive to use."
)
set(LLVM_ARCHIVE_SHA256
"96389d211d74e758ae35957e1fc7366b65edbd3d2342badc9800a8be8bae1cb8"
"b5879b30768135e5fce84ccd8be356d2c55c940ab32ceb22d278b228e88c4c60"
CACHE STRING ""
)

Expand Down

0 comments on commit b283e7e

Please sign in to comment.