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