Skip to content

Commit

Permalink
llvmunwind depends on llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 5, 2022
1 parent 58dac77 commit 89c540f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/unwind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ check-unwind: $(BUILDDIR)/libunwind-$(UNWIND_VER)/build-checked

LLVMUNWIND_OPTS := $(CMAKE_COMMON) -DCMAKE_BUILD_TYPE=MinSizeRel -DLIBUNWIND_ENABLE_PEDANTIC=OFF -DLLVM_CONFIG_PATH=$(build_depsbindir)/llvm-config

ifeq ($(USE_SYSTEM_LLVM),0)
$(BUILDDIR)/llvmunwind-$(LLVMUNWIND_VER)/build-configured: | $(LLVM_BUILDDIR_withtype)/build-compiled
endif

$(SRCCACHE)/llvmunwind-$(LLVMUNWIND_VER).tar.xz: | $(SRCCACHE)
$(JLDOWNLOAD) $@ https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLVMUNWIND_VER)/libunwind-$(LLVMUNWIND_VER).src.tar.xz

Expand Down

0 comments on commit 89c540f

Please sign in to comment.