aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCObjectFormat.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-54/+0
* Move the definition of this to the source file to anchor the vtable.Chandler Carruth2010-10-191-1/+1
* Add a virtual destructor to silence a GCC warning.Chandler Carruth2010-10-181-0/+2
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+52