summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/export-optional-lazy.ll
Commit message (Collapse)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
| | | | | | Reviewed By: ruiu, MaskRay Differential Revision: https://reviews.llvm.org/D72196
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-271-0/+25
Handling of --export/--undefined can pull in lazy symbols which in turn can pull in referenced to optional symbols. We need to delay the creation of optional symbols until all possible references to them have been created. Differential Revision: https://reviews.llvm.org/D66768 llvm-svn: 370012
OpenPOWER on IntegriCloud