Skip to content

Commit

Permalink
third_party: Add libunwind (#1053)
Browse files Browse the repository at this point in the history
Added libunwind from LLVM 17.0.6.
The library includes functions required for C++ exception handling.
  • Loading branch information
trungnt2910 authored Jan 6, 2024
1 parent 91de6f1 commit b090966
Show file tree
Hide file tree
Showing 29 changed files with 17,372 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ include third_party/python/BUILD.mk
include tool/build/BUILD.mk
include tool/curl/BUILD.mk
include third_party/qemu/BUILD.mk
include third_party/libunwind/BUILD.mk
include examples/BUILD.mk
include examples/pyapp/BUILD.mk
include examples/pylife/BUILD.mk
Expand Down
1 change: 1 addition & 0 deletions third_party/BUILD.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ o/$(MODE)/third_party: \
o/$(MODE)/third_party/hiredis \
o/$(MODE)/third_party/less \
o/$(MODE)/third_party/libcxx \
o/$(MODE)/third_party/libunwind \
o/$(MODE)/third_party/linenoise \
o/$(MODE)/third_party/lua \
o/$(MODE)/third_party/lz4cli \
Expand Down
Loading

0 comments on commit b090966

Please sign in to comment.