Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ObjectYAML code to a new library. | Rafael Espindola | 2016-03-01 | 1 | -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. NFC | Simon Atanasyan | 2016-03-01 | 1 | -6/+2 |
| | | | | llvm-svn: 262317 | ||||
* | Invert the MC -> Object dependency. | Rafael Espindola | 2014-07-03 | 1 | -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 |