Skip to content

Commit

Permalink
Bump LLVM version to fix x86 stackprobe issue (#42171)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 9, 2021
1 parent 1326e4b commit bea33d6
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 236 deletions.
6 changes: 3 additions & 3 deletions deps/Versions.make
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ LIBUV_JLL_NAME := LibUV

# LLVM
LLVM_VER := 12.0.1
LLVM_ASSERT_JLL_VER := 12.0.1+0
LLVM_ASSERT_JLL_VER := 12.0.1+2
LLVM_JLL_NAME := libLLVM

# LLVM_tools (downloads LLVM_jll to get things like `lit` and `opt`)
LLVM_TOOLS_JLL_NAME := LLVM
LLVM_TOOLS_JLL_VER := 12.0.1+0
LLVM_TOOLS_ASSERT_JLL_VER := 12.0.1+0
LLVM_TOOLS_JLL_VER := 12.0.1+1
LLVM_TOOLS_ASSERT_JLL_VER := 12.0.1+1

# LLVM libunwind
LLVMUNWIND_VER := 12.0.1
Expand Down
Loading

0 comments on commit bea33d6

Please sign in to comment.