Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lld] Fix trivial typos in comments | Kazuaki Ishizaki | 2020-01-06 | 1 | -1/+1 |
| | | | | | | Reviewed By: ruiu, MaskRay Differential Revision: https://reviews.llvm.org/D72196 | ||||
* | [lld][WebAssembly] Create optional symbols after handling --export/--undefined | Sam Clegg | 2019-08-27 | 1 | -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 |