Skip to content

Commit a434b81

Browse files
committed
libunwind
Signed-off-by: Ryan Northey <[email protected]>
1 parent 0baf112 commit a434b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/linux/common_fun.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_libcxx () {
4343
cmake -GNinja \
4444
-B "${LIBCXX_PATH}" \
4545
-S "runtimes" \
46-
-DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx" \
46+
-DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx;libunwind" \
4747
-DLLVM_USE_LINKER=lld \
4848
-DLLVM_USE_SANITIZER="${LLVM_USE_SANITIZER}" \
4949
-DCMAKE_BUILD_TYPE=RelWithDebInfo \

0 commit comments

Comments
 (0)