summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/lto/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-101-0/+6
| | | | | | | | | | | | | | | This code is copied almost verbatim from the equivalent change to the ELF linker: - https://reviews.llvm.org/D50017 - https://reviews.llvm.org/D50475 The upshot is that libraries containing libcall (such as compiler-rt and libc) can be compiled with LTO. Fixes PR41384 Differential Revision: https://reviews.llvm.org/D71738
* [WebAssemlby] Set IsUsedInRegularObj correctly for undefined data symbolsSam Clegg2018-07-171-0/+8
| | | | | | Differential Revision: https://reviews.llvm.org/D49113 llvm-svn: 337314
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-0/+6
| | | | | | | | | | This change effects the behavior of --export-all. Previously --export-all would only effect symbols that survived GC. Now --export-all will prevent any non-local symbols from being GCed. Differential Revision: https://reviews.llvm.org/D48673 llvm-svn: 335878
* [WebAssembly] Initial support for LTOSam Clegg2018-05-303-0/+23
Differential Revision: https://reviews.llvm.org/D47162 llvm-svn: 333570
OpenPOWER on IntegriCloud