summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAnalysis/MCModuleYAML.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-2/+2
| | | | | | | | | 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
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-0/+464
The new library is 150KB on a Release+Asserts build, so it is quiet a bit of code that regular users of MC don't need to link with now. llvm-svn: 212209
OpenPOWER on IntegriCloud