summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectFormat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the definition of this to the source file to anchor the vtable.Chandler Carruth2010-10-191-0/+3
| | | | llvm-svn: 116779
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+31
single object format can be shared. This also adds support for mov zed+(bar-foo), %eax on ELF and COFF targets. llvm-svn: 116675
OpenPOWER on IntegriCloud