summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Object/YAMLTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-38/+0
| | | | | | | | | Now that we have a lib/MC/MCAnalysis, the dependency was there just because of two helper classes. Move the two over to MC. This will allow IRObjectFile to parse inline assembly. llvm-svn: 212248
* Object: Don't double-escape empty hexdataDavid Majnemer2014-03-201-1/+1
| | | | | | | We would emit a pair of double quotes inside a pair of single quotes. Just use a pair of single quotes. llvm-svn: 204312
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-131-2/+0
| | | | | | | | | It is failing with YAMLTest.cpp:38: instantiated from here YAMLTraits.h:226: error: 'llvm::yaml::MappingTraits<<unnamed>::BinaryHolder>::mapping' is not a valid template argument for type 'void (*)(llvm::yaml::IO&, <unnamed>::BinaryHolder&)' because function 'static void llvm::yaml::MappingTraits<<unnamed>::BinaryHolder>::mapping(llvm::yaml::IO&, <unnamed>::BinaryHolder&)' has not external linkage llvm-svn: 186245
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-091-0/+40
Previously, it would simply output nothing, but it should output an empty string `""`. llvm-svn: 185894
OpenPOWER on IntegriCloud