From c6571c6eb7b99afec7d69cd5f52fb3c5058a2e3c Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Thu, 1 Dec 2016 03:26:15 +0100 Subject: Use LLVM libunwind for stack unwinding on Unix This change replaces external libunwind usage on Unix by a copy of the LLVM libunwind. It also modifies libunwind to support reporting register location and implements the unw_get_save_loc API to get this location. For now, only memory locations are supported (register locations are not). --- Documentation/prerequisites-for-building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/prerequisites-for-building.md b/Documentation/prerequisites-for-building.md index 7d4cd8154..a22000607 100644 --- a/Documentation/prerequisites-for-building.md +++ b/Documentation/prerequisites-for-building.md @@ -13,7 +13,7 @@ PowerShell also needs to be available from the PATH environment variable (it's t Install basic dependency packages: ``` -sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev libunwind8 libunwind8-dev liblttng-ust liblttng-ust-dev uuid uuid-dev +sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6-dev liblttng-ust liblttng-ust-dev uuid uuid-dev ``` # Mac OSX (10.10+) -- cgit v1.2.3