[CMake] Enforce LLVM_ENABLE_UNWIND_TABLES
In D61448 the cmake option `LLVM_ENABLE_UNWIND_TABLES` was added. Despite the name suggesting that the option enables unwind tables, that patch only uses it to disable them. That makes a difference for architectures where unwind tables aren't enabled by default. The lack of unwind tables impacts backtraces and the current handling of the option doesn't allow enabling them. This patch makes an ON value of `LLVM_ENABLE_UNWIND_TABLES` actually enable unwind tables. Differential Revision: https://reviews.llvm.org/D144178
Loading
Please sign in to comment