summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/obj2yaml.test
Commit message (Collapse)AuthorAgeFilesLines
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-6/+6
| | | | llvm-svn: 183403
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-0/+1
| | | | llvm-svn: 183293
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-3/+2
| | | | | | | I will try to avoid creating these std::strings, but for now this gets the tests passing with libc++. llvm-svn: 182405
* Temporarily disable this test because it is failing when using libc++.Bob Wilson2013-05-191-2/+3
| | | | llvm-svn: 182212
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-96/+78
| | | | llvm-svn: 182169
* Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola2013-04-051-0/+170
llvm-svn: 178829
OpenPOWER on IntegriCloud