[all-commits] [llvm/llvm-project] 380fee: [libunwind] Provide a way to set '_LIBUNWIND_IS_BA...
abidh via All-commits
all-commits at lists.llvm.org
Wed Jul 29 03:51:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 380fee34d2794361f9e222fe3c8c065be3b9fff8
https://github.com/llvm/llvm-project/commit/380fee34d2794361f9e222fe3c8c065be3b9fff8
Author: Hafiz Abid Qadeer <abidh at codesourcery.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M libunwind/CMakeLists.txt
Log Message:
-----------
[libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMETAL' through cmake.
Libunwind uses _LIBUNWIND_IS_BAREMETAL in a lot of places but there is no cmake variable to set it. This patch adds such a variable. It is quite like what LIBCXXABI_BAREMETAL does in libcxxabi.
Reviewed By: compnerd, #libunwind
Differential Revision: https://reviews.llvm.org/D84759
More information about the All-commits
mailing list