| commit | bdf836db1b40e3513e510f9a8967901d09a86695 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Fri Aug 12 01:10:17 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Fri Aug 12 01:10:17 2016 +0000 |
| tree | d3611fd1182e91aa46245a44e88e7112d0c539fa | |
| parent | a6707f56b549489070f60f4efe1da2e4522873d5 [diff] |
Simplify output section ownership management. One reason why we are (ab)using OutputSectionFactory class is because it owns output sections. Technically there's no need to have it own sections. So, this patch transfers the ownership to Out<ELFT>. llvm-svn: 278452