mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-30 22:40:30 +00:00
third_party: Add libunwind (#1053)
Added libunwind from LLVM 17.0.6. The library includes functions required for C++ exception handling.
This commit is contained in:
parent
91de6f1f5d
commit
b09096691a
29 changed files with 17372 additions and 0 deletions
1
third_party/BUILD.mk
vendored
1
third_party/BUILD.mk
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue