| commit | 063d725fd78bbdeff0c5eecab3d1cfa906bd5d12 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Mar 10 16:58:10 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Mar 10 16:58:10 2015 +0000 |
| tree | 2e4ddd2045d506435b4d0c9de8f5d9c060131c0d | |
| parent | f1b0db154588760352b968d9134f930c77497614 [diff] |
Store an optional section start label in MCSection. This makes code that uses section relative expressions (debug info) simpler and less brittle. This is still a bit awkward as the symbol is created late and has to be stored in a mutable field. I will move the symbol creation earlier in the next patch. llvm-svn: 231802