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

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