Turn off lldb debug tuning by default for FreeBSD
authorDimitry Andric <dimitry@andric.com>
Thu, 7 Jan 2016 22:09:12 +0000 (22:09 +0000)
committerDimitry Andric <dimitry@andric.com>
Thu, 7 Jan 2016 22:09:12 +0000 (22:09 +0000)
commitb60a342483e1ec9f1da9419f252f23aae8571843
tree47bc7f3b314d5681e2c6682f21fdceab59bce4ca
parent8bc44fb2b48ea8c031963707488050131be8b9f0
Turn off lldb debug tuning by default for FreeBSD

Summary:
In rL242338, debugger tuning was introduced, and the tuning for FreeBSD
was set to lldb by default.  However, for the foreseeable future we
still need to default to gdb tuning, since lldb is not ready for all of
FreeBSD's architectures, and some system tools (like objcopy, etc) have
not yet been adapted to cope with the lldb tuned format, which has
.apple sections.

Therefore, let FreeBSD use gdb by default for now.

Reviewers: emaste, probinson

Subscribers: llvm-commits, emaste

Differential Revision: http://reviews.llvm.org/D15966

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257103 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/debugger-tune.ll
test/DebugInfo/X86/tls.ll