summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs/optional-symbol.ll
Commit message (Collapse)AuthorAgeFilesLines
* [lld][WebAssembly] Create optional symbols after handling --export/--undefinedSam Clegg2019-08-271-0/+7
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