]> granicus.if.org Git - clang/commit
Enable standalone-debug by default on FreeBSD
authorEd Maste <emaste@freebsd.org>
Thu, 8 May 2014 13:01:26 +0000 (13:01 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 8 May 2014 13:01:26 +0000 (13:01 +0000)
commit79145ae268cb8ecdf8b20efe9e9f546f90b504aa
tree5539b99b0039578b088c42eeab633a1075eb6a0d
parente7d788bd1c1dbe2ae77ad43a5696507abc3bb644
Enable standalone-debug by default on FreeBSD

It was set by default on Darwin in r198655.  The same usability issues
with DTrace and LLDB apply to FreeBSD, so set it by default there too.

rdar://problem/15758808
http://llvm.org/pr19676

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCXX/debug-info-vtable-optzn.cpp