summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/archive-weak-undefined.ll
Commit message (Collapse)AuthorAgeFilesLines
* [lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg2019-10-171-3/+23
| | | | | | | | | | | | | Fix a bug where were not handling relocations against weakly undefined data symbol. Add a test for this case. Also ensure that the weak references to data symbols are not pulled in from archive files by default (but are if `-u <name>` is added to the command line). Fixes: PR43696 Differential Revision: https://reviews.llvm.org/D69073 llvm-svn: 375077
* [WebAssembly] Refactor handling of weak undefined functions. NFC.Sam Clegg2019-02-071-1/+1
| | | | | | | | | | Also add to the docs. This is refactor in preparation for https://reviews.llvm.org/D57909 Differential Revision: https://reviews.llvm.org/D57920 llvm-svn: 353478
* [WebAssembly] Don't load weak undefined symbols from archive filesSam Clegg2019-01-291-0/+19
Summary: Fixes PR40494 Subscribers: dschuff, jgravelle-google, aheejin, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D57370 llvm-svn: 352554
OpenPOWER on IntegriCloud