This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: When to emit C++ debug info?
- From: Chris Lattner <sabre at nondot dot org>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: Daniel Jacobowitz <drow at mvista dot com>, <snyder at fnal dot gov>,<gcc at gcc dot gnu dot org>
- Date: Sat, 3 Jan 2004 19:05:42 -0600 (CST)
- Subject: Re: When to emit C++ debug info?
Geoff Keating writes:
> I think we'll want to be able to do it these ways:
> - One way where the minimal debugging information is emitted so that
> when put together, the whole program has complete debugging
> information; and
> - Another way where complete information is emitted for a single file.
>
> I'm not sure why you'd want something between these two extremes.
Why not always do #2, and have the linker eliminate the duplicate
information?
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/