| commit | 8614c566e2b5353102e40813d49d2b8320b7451e | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Oct 06 14:33:58 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Oct 06 14:33:58 2015 +0000 |
| tree | 930055ecab98589de56f4cee5ad8d04638af0b32 | |
| parent | b81031482512e867c9bcb49903294d8d4e5ecb65 [diff] |
Handle strong undefined symbols fetching members after a weak undefined. This is a case that requires --start-group --end-group with regular ELF linkers. Fortunately it is still possible to handle it with lazy symbols without taking a second look at archives. Thanks to Michael Spencer for the bug report. llvm-svn: 249406