| commit | 65c65ce897a3f23582a731533e9d283c1c70e508 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 14 21:56:36 2016 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 14 21:56:36 2016 +0000 |
| tree | 0d6d0a79eefe3364a653f7cd8bba57adda805667 | |
| parent | a0dd66423d9798380f0f96274bc12b203b63d4a6 [diff] |
Don't include --start-lib/--end-lib files twice. This should never happen with correct programs, but it is trivial write a testcase where lld would crash or report duplicated symbols. We now behave like when an archive is used and include the file only once. llvm-svn: 272724