| commit | b58867ccbad5c80afa4a2b23cbb39602063a6850 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Fri Nov 19 02:26:16 2010 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Fri Nov 19 02:26:16 2010 +0000 |
| tree | 21a849b86571c097fcd640dfed5f25c278fce401 | |
| parent | 348bb56a8270e1bfaa1108cad01357d2d19692c2 [diff] |
Change some methods in MCDwarf.cpp to be able to handle an arbitrary MCStreamer instead of just MCObjectStreamer. Address changes cannot be as efficient as we have to use DW_LNE_set_addres, but at least most of the logic is shared. This will be used so that, with CodeGen still using EmitDwarfLocDirective, llvm-gcc is able to produce debug_line sections without needing an assembler that supports .loc. llvm-svn: 119777