Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HsingYun/libunwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

libunwind

A standalone fork of libunwind from the llvm-project. Except for the root directory's CMakeLists.txt (and its auxiliary cmake module ./cmake/custom.cmake), all other files are 100% sourced from the upstream repository without any modifications. The root directory's CMakeLists.txt provides customized modifications to the upstream libunwind, enabling users to seamlessly integrate this libunwind from llvm-project into any CMake project without requiring code alterations.


Unwind library

The unwind library provides a family of _Unwind_* functions implementing the language-neutral stack unwinding portion of the Itanium C++ ABI (Level I). It is a dependency of the C++ ABI library, and sometimes is a dependency of other runtimes.

LLVM’s unwinder library is part of the llvm-project git repository.

More: libunwind LLVM Unwinder

About

Standalone fork of libunwind from llvm-project, based on CMake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /