Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj] [COFF] Print the symbol index for relocations | Martin Storsjo | 2019-01-03 | 1 | -0/+3 |
| | | | | | | | | | | There can be multiple local symbols with the same name (for e.g. comdat sections), and thus the symbol name itself isn't enough to disambiguate symbols. Differential Revision: https://reviews.llvm.org/D56140 llvm-svn: 350288 | ||||
* | [yaml2obj] Add "-o" command line option to specify an output file name. | Simon Atanasyan | 2014-05-15 | 1 | -0/+3 |
| | | | | llvm-svn: 208900 | ||||
* | Write relocations in yaml2obj. | Rafael Espindola | 2013-04-23 | 1 | -1/+21 |
| | | | | llvm-svn: 180115 | ||||
* | Add back parsing of header charactestics. | Rafael Espindola | 2013-04-04 | 1 | -0/+5 |
It had been dropped during the switch to yaml::IO. Also add a test going from yaml2obj to llvm-readobj. It can be extended as we add more fields/formats to yaml2obj. llvm-svn: 178786 |