[PATCH] Enable standalone-debug by default on FreeBSD

Ed Maste emaste at freebsd.org
Thu May 8 12:07:51 PDT 2014


On 8 May 2014 13:54, Eric Christopher <echristo at gmail.com> wrote:
> As a note I would suggest that you not do this by default, but rather
> have it set for things that can't assume that clang is building debug
> info for everything etc or when you're using dtrace.

As it stands two of our main debug info consumers on FreeBSD don't
handle -fno-standalone-debug.  LLDB actually terminates on an
assertion failure in clang when it encounters this.  Thus for now I'd
rather default to universally usable debug info, even if it is a bit
bloated.



More information about the cfe-commits mailing list