| commit | e7739d484f15cb55a526f90b93ccb0f84c91d13e | [log] [tgz] |
|---|---|---|
| author | Kevin Enderby <enderby@apple.com> | Fri Dec 09 18:09:40 2011 +0000 |
| committer | Kevin Enderby <enderby@apple.com> | Fri Dec 09 18:09:40 2011 +0000 |
| tree | fd50d7f33b6f1b62a9997a5df2f1246293817849 | |
| parent | 5ca04bd4e70638da3918c9388b4169d85bcccc83 [diff] |
The second part of support for generating dwarf for assembly source files. This generates the dwarf Compile Unit DIE and a dwarf subprogram DIE for each non-temporary label. The next part will be to get the clang driver to enable this when assembling a .s file. rdar://9275556 llvm-svn: 146262