v / thirdparty / libbacktrace / amalgamation.txt
9 lines · 7 sloc · 374 bytes · e78481994a892734d00a24a16951a2df75f76631
Raw
The libbacktrace sources here are synced from:
https://github.com/ianlancetaylor/libbacktrace/

This directory keeps a V-specific amalgamation of upstream commit
`b9e40069c0b47a722286b94eb5231f7f05c08713`.

`backtrace.c` is the local wrapper that defines the static config and
includes `base.c` plus the platform-specific `linux.c`, `darwin.c`, or
`windows.c` amalgamation.