Skip to content

Commit

Permalink
Updated LLVM archive to fix Mach-O segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Apr 25, 2024
1 parent 394d3ae commit 44de91d
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 44de91d

Please sign in to comment.