mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
extract(llvm,libc++)
moving libc++, libc++abi, and libunwind to libcxx.llvm.org so we don't need the whole suite for a couple of libraries (do this with gcc, too)
This commit is contained in:
parent
87dce3360e
commit
ad69cd13c2
|
@ -38,7 +38,7 @@ build:
|
|||
# Building compiler-rt on darwin+aarch64 fails for versions less than
|
||||
# 14 with the below configuration. FIXME if possible, of course.
|
||||
- run: |
|
||||
RUNTIMES="-DLLVM_ENABLE_RUNTIMES='compiler-rt;libcxx;libcxxabi;libunwind'"
|
||||
RUNTIMES="-DLLVM_ENABLE_RUNTIMES='compiler-rt'"
|
||||
if test "{{hw.platform}}" = "linux"; then
|
||||
ARGS="$ARGS $RUNTIMES"
|
||||
elif semverator satisfies '>=14' {{version}}; then
|
||||
|
|
Loading…
Reference in a new issue