summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/YAML.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-61/+0
| | | | | | | It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. llvm-svn: 262368
* [MC][YAML] Rangify the loop. NFCSimon Atanasyan2016-03-011-6/+2
| | | | llvm-svn: 262317
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-0/+65
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
OpenPOWER on IntegriCloud