Skip to content

Commit

Permalink
Build LLVM 13.0.1+2 (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Jun 30, 2022
1 parent de5d8f7 commit e9b0720
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion L/LLVM/LLVM_full@13.0.1/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ version = v"13.0.1"

include("../common.jl")


build_tarballs(ARGS, configure_build(ARGS, version; experimental_platforms=true)...;
preferred_gcc_version=v"7", preferred_llvm_version=v"12", julia_compat="1.8")
1 change: 0 additions & 1 deletion L/LLVM/LLVM_full_assert@13.0.1/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version = v"13.0.1"

include("../common.jl")


build_tarballs(ARGS, configure_build(ARGS, version; experimental_platforms=true, assert=true)...;
preferred_gcc_version=v"7", preferred_llvm_version=v"12", julia_compat="1.8")

2 changes: 1 addition & 1 deletion L/LLVM/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const llvm_tags = Dict(
v"11.0.1" => "43ff75f2c3feef64f9d73328230d34dac8832a91",
v"12.0.0" => "d28af7c654d8db0b68c175db5ce212d74fb5e9bc",
v"12.0.1" => "980d2f60a8524c5546397db9e8bbb7d6ea56c1b7", # julia-12.0.1-4
v"13.0.1" => "2f4460bd46aa80d4fe0d80c3dabcb10379e8d61b", # julia-13.0.1-1
v"13.0.1" => "c6bfea0165804c9c049f7ce9003ff6d31832624c", # julia-13.0.1-2
v"14.0.5" => "a3bf2ed4248921a757b1513310c71dcc3c196be3", # julia-14.0.5-1
)

Expand Down

0 comments on commit e9b0720

Please sign in to comment.