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:
Trung Nguyen 2024-01-06 15:04:30 +07:00 committed by GitHub
parent 91de6f1f5d
commit b09096691a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 17372 additions and 0 deletions

View file

@ -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 \