summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputChunks.h
Commit message (Collapse)AuthorAgeFilesLines
...
* [WebAssembly] Don't allow functions to be named more than onceSam Clegg2018-01-121-1/+3
| | | | | | | | | | Even though a function can have multiple names in the linking standards (i.e. due to aliases), there can only be one name for a given function in the NAME section. Differential Revision: https://reviews.llvm.org/D41975 llvm-svn: 322383
* [WebAssembly] Move relocation handling InputChunks.cppSam Clegg2018-01-101-13/+28
| | | | | | | | | Teach each input chunk how to write itself and apply its own relocations. Differential Revision: https://reviews.llvm.org/D41891 llvm-svn: 322212
* [WebAssembly] Add InputChunk as common base class for InputSegment and ↵Sam Clegg2018-01-101-0/+125
InputFunction. NFC. Differential Revision: https://reviews.llvm.org/D41419 llvm-svn: 322148
OpenPOWER on IntegriCloud