| commit | 8c022ca783ea3eff96fd11993664198c35cd7fc1 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jul 27 19:22:43 2017 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jul 27 19:22:43 2017 +0000 |
| tree | 2770de8b27b8fbb98fc3bb3e70eea519c6f0a3d9 | |
| parent | f0850e3ddbf2f37b956ccfd6cd78ab8fc36df7d0 [diff] |
Merge OutputSectionCommand and OutputSection. This is a bit of a hack, but it is *so* convenient. Now that we create synthetic linker scripts when none is provided, we always have to handle paired OutputSection and OutputsectionCommand and keep a mapping from one to the other. This patch simplifies things by merging them and creating what used to be OutputSectionCommands really early. llvm-svn: 309311