From afd220c590b3415298977216760d97de0be5f743 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:16:46 +0200 Subject: [PATCH] Add runtimes path to llvm dirs something something core.sparseCheckoutCone and git versions --- waterbox/libcxx/setup-llvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterbox/libcxx/setup-llvm.sh b/waterbox/libcxx/setup-llvm.sh index d1e9e6f331..e8b1cc6ab9 100755 --- a/waterbox/libcxx/setup-llvm.sh +++ b/waterbox/libcxx/setup-llvm.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e LLVM_TAG=llvmorg-18.1.3 -LLVM_DIRS="cmake compiler-rt libunwind libcxx libcxxabi" +LLVM_DIRS="cmake compiler-rt libunwind libcxx libcxxabi runtimes" LLVM_PATH=../llvm-project LLVM_GIT_DIR=$(git rev-parse --git-path modules/waterbox/llvm-project)