llvm-project/lld/wasm
Sam Clegg 0f0a428738 [WebAssembly] Remove special handling of entry point export.
Its much easier to export it via setHidden(false), now that
that is a thing.

As a side effect the start function is not longer always exports first
(becuase its being exported just like all the other function).

Differential Revision: https://reviews.llvm.org/D42321

llvm-svn: 323025
2018-01-20 01:44:45 +00:00
..
CMakeLists.txt [WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC. 2018-01-10 01:13:34 +00:00
Config.h [WebAssembly] Define __heap_base global 2018-01-17 01:34:31 +00:00
Driver.cpp [WebAssembly] Remove special handling of entry point export. 2018-01-20 01:44:45 +00:00
InputChunks.cpp Remove extraneous semicolon. 2018-01-13 00:44:45 +00:00
InputChunks.h [WebAssembly] Simplify generation of "names" section 2018-01-17 20:19:04 +00:00
InputFiles.cpp [WebAssembly] Allow non-zero table offset in input object 2018-01-19 18:21:42 +00:00
InputFiles.h [WebAssembly] Add COMDAT support 2018-01-12 22:25:17 +00:00
Options.td [WebAssembly] Add --export flag to force a symbol to be exported 2018-01-12 22:10:35 +00:00
OutputSections.cpp [WebAssembly] Move relocation handling InputChunks.cpp 2018-01-10 19:22:42 +00:00
OutputSections.h [WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC. 2018-01-10 01:13:34 +00:00
OutputSegment.h Revert "[WebAssembly] Move checking of InputSegment comdat group earlier" 2018-01-13 15:57:48 +00:00
SymbolTable.cpp [WebAssembly] Remove special handling of entry point export. 2018-01-20 01:44:45 +00:00
SymbolTable.h [WebAssembly] Add COMDAT support 2018-01-12 22:25:17 +00:00
Symbols.cpp [WebAssembly] Remove special handling of entry point export. 2018-01-20 01:44:45 +00:00
Symbols.h [WebAssembly] Simplify generation of "names" section 2018-01-17 20:19:04 +00:00
Writer.cpp [WebAssembly] Remove special handling of entry point export. 2018-01-20 01:44:45 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Allow function signature checking at link time 2017-11-30 01:40:08 +00:00
WriterUtils.h [WebAssembly] Allow function signature checking at link time 2017-11-30 01:40:08 +00:00