On 8 May 2014 13:54, Eric Christopher <[email protected]> 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
