| commit | 85f80d7122bf70573ec5da38c3f5f5f3138d355c | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Wed Apr 23 18:54:00 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Wed Apr 23 18:54:00 2014 +0000 |
| tree | e1afbd1ae7025f76666ea2eddcc11ac96e7e5264 | |
| parent | fa5b013d48ac2da63eaaa6627291c649752e5ade [diff] |
Split out DwarfFile from DwarfDebug into its own .h/.cpp files. Some of these types (DwarfDebug in particular) are quite large to begin with (and I keep forgetting whether DwarfFile is in DwarfDebug or DwarfUnit... ) so having a few smaller files seems like goodness. llvm-svn: 207010