commit | f18fe7b4392d235e34425743d8e452b8c49deb7b | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Sat Dec 26 07:50:39 2015 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Sat Dec 26 07:50:39 2015 +0000 |
tree | 0b78d65afbff4953401a4494a7f39b22881744e7 | |
parent | d30e4de717d598c64f25f9e81932ce09921b7ee4 [diff] |
Split Writer::createSections. NFC. The linker has to create __tls_get_addr, end and _end symbols. Previously, these symbols were created in createSections(). But they are not actually related to creating output sections. This patch moves code out of the function. llvm-svn: 256441