mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
17 lines
416 B
Text
17 lines
416 B
Text
DESCRIPTION
|
|
|
|
libunwind - LLVM Unwinder
|
|
|
|
ORIGIN
|
|
|
|
Obtained from the LLVM monorepo, release 17.0.6.
|
|
|
|
https://github.com/llvm/llvm-project/tree/llvmorg-17.0.6/libunwind
|
|
commit 6009708b4367171ccdbf4b5905cb6a803753fe18
|
|
Author: Tobias Hieta <tobias@hieta.se>
|
|
Date: Tue, 28 Nov 2023 09:52:28 +0100
|
|
|
|
LOCAL CHANGES
|
|
|
|
- Fixed `_Unwind_FunctionContext` struct to be ABI-compatible with
|
|
code generated by GCC.
|