| commit | 8b3b09fdcfaffbd39b2adfc05e053ca019ef965b | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Aug 06 21:54:37 2015 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Aug 06 21:54:37 2015 +0000 |
| tree | 43e6dd635c0e70e1d4dedebff38c373175c2c1f2 | |
| parent | 03c9cd08520ade71caedc4ea5468cc8116dd42d6 [diff] |
Move to llvm-readobj code that is only used there. lld might end up using a small part of this, but it will be in a much refactored form. For now this unblocks avoiding the full section scan in the ELFFile constructor. This also has a (very small) error handling improvement. llvm-svn: 244282