Skip to content

Commit

Permalink
cmake/deps.cmake: update LLVM to the latest commit.
Browse files Browse the repository at this point in the history
fix #744
  • Loading branch information
PeterMatula committed Apr 27, 2020
1 parent eef25be commit a728ec2
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/d17df7fb9a1d585fdfa3643e666506d1bead4443.zip"
"https://github.com/avast/llvm/archive/4dde56e0b93e013bc3d3e1f7cbd02d2c67f8dade.zip"
CACHE INTERNAL "URL of LLVM archive to use."
)
set(LLVM_ARCHIVE_SHA256
"904cffe42bffac3030df0a6bb07b0ccc9c221ac46d7621a49a5f400196e27f3e"
"b479b0aca48cec49211b797d25113fae67af397aeae326f9ba272f1e9961c6c5"
CACHE INTERNAL ""
)

Expand Down

0 comments on commit a728ec2

Please sign in to comment.