summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/yaml2obj-readobj.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-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 Atanasyan2014-05-151-0/+3
| | | | llvm-svn: 208900
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-1/+21
| | | | llvm-svn: 180115
* Add back parsing of header charactestics.Rafael Espindola2013-04-041-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
OpenPOWER on IntegriCloud