llvm-project/lld/wasm
Sam Clegg 2c096bacc6 [WebAssembly] Add --no-entry argument
This adds a `--no-entry` argument to wasm LLD used to
suppress the default `_start` entry point.

Patch by Nicholas Wilson!

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

llvm-svn: 320167
2017-12-08 17:58:25 +00:00
..
CMakeLists.txt [WebAssembly] Remove wasm/Strings.cpp+h 2017-12-06 03:10:39 +00:00
Config.h [WebAssembly] Remove used variable 2017-12-07 03:51:37 +00:00
Driver.cpp [WebAssembly] Add --no-entry argument 2017-12-08 17:58:25 +00:00
InputFiles.cpp [WebAssembly] Fix symbol exports under -r/--relocatable 2017-12-07 01:51:24 +00:00
InputFiles.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
InputSegment.cpp
InputSegment.h
Options.td [WebAssembly] Add --no-entry argument 2017-12-08 17:58:25 +00:00
OutputSections.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
OutputSections.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
OutputSegment.h
SymbolTable.cpp [WebAssembly] Add -u/--undefined argument handling 2017-12-07 03:19:53 +00:00
SymbolTable.h [WebAssembly] Fix symbol exports under -r/--relocatable 2017-12-07 01:51:24 +00:00
Symbols.cpp [WebAssembly] Add check to ensure symbol VA is only set once. NFC. 2017-12-08 00:13:14 +00:00
Symbols.h [WebAssembly] Add -u/--undefined argument handling 2017-12-07 03:19:53 +00:00
Writer.cpp [WebAssembly] Fix symbol exports under -r/--relocatable 2017-12-07 01:51:24 +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