diff options
author | Ed Maste <emaste@freebsd.org> | 2019-11-15 09:30:24 -0500 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2019-11-15 10:37:45 -0500 |
commit | cb1761465a0d4c904f4fca489afe97478382b553 (patch) | |
tree | 74e5825f633800be56ce72922884c82c5bb48e5f /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | b221c9d09dd12bde75f00f3541c8f344925d4d59 (diff) | |
download | bcm5719-llvm-cb1761465a0d4c904f4fca489afe97478382b553.tar.gz bcm5719-llvm-cb1761465a0d4c904f4fca489afe97478382b553.zip |
clang: enable unwind tables on FreeBSD !amd64
There doesn't seem to be much sense in defaulting "on" unwind tables on
amd64 and not on other arches. It causes surprising differences between
platforms, such as the PR below[1].
Prior to this change, FreeBSD inherited the default implementation of the
method from the Gnu.h Generic_Elf => Generic_GCC parent class, which
returned true only for amd64 targets. Override that and opt on always,
similar to, e.g., NetBSD's driver.
[1] https://bugs.freebsd.org/241562
Patch by cem (Conrad Meyer).
Reviewed By: dim
Differential Revision: https://reviews.llvm.org/D70110
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions