Change dwarf to avoid nesting CUs
01a5f3f
Opened by Graydon Hoare at
The source file CUs should not be nested in the crate CU. They should be separate: first the crate-file CU, then the source-file CUs, in sequence. This will probably not break much, possibly the crate reader will need to change a bit in the runtime.
Apparently the nesting is not something other dwarf-speakers expect.
(a) fixed ages ago, (b) obsolete since we're dropping DWARF of this sort
Graydon Hoare at 2011-01-27 02:04:25