From ad69cd13c2ede54c03a8bd28897d1b76e943c630 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 4 Jun 2024 12:31:19 -0400 Subject: [PATCH] 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) --- projects/llvm.org/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/llvm.org/package.yml b/projects/llvm.org/package.yml index 4da145f8..0871193b 100644 --- a/projects/llvm.org/package.yml +++ b/projects/llvm.org/package.yml @@ -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