summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC/StringTableBuilderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-2/+33
| | | | | | | | This is a follow-up from r207670 which did the same for ELF. Differential Revision: http://reviews.llvm.org/D5530 llvm-svn: 218636
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-0/+40
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