Skip to content

Commit fd4436e

Browse files
vchuravystaticfloat
authored andcommitted
Build a LLVM9 bootstrapping shard (#317)
* apply patches automatically * add LLVM9 * hopefully we only need the libcxx patch? * turn off sanitizers on musl * libcxx should use crt
1 parent b105cee commit fd4436e

File tree

12 files changed

+52
-10
lines changed

12 files changed

+52
-10
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Include everything common between our LLVM versions (That's a lot)
2+
include("../llvm_common.jl")
3+
4+
# Build the tarballs, then upload to Yggdrasil releases
5+
6+
name = "LLVMBootstrap"
7+
version = v"9.0.1"
8+
sources, script, products, dependencies = llvm_build_args(;version=version)
9+
build_info = build_tarballs(ARGS, name, version, sources, script, [host_platform], products, dependencies; skip_audit=true)
10+
upload_and_insert_shards("JuliaPackaging/Yggdrasil", name, version, build_info)
11+

0 commit comments

Comments
 (0)