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:
Jacob Heider 2024-06-04 12:31:19 -04:00 committed by Jacob Heider
parent 87dce3360e
commit ad69cd13c2

View file

@ -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