forked from OSchip/llvm-project
Add a virtual destructor to silence a GCC warning.
llvm-svn: 116766
This commit is contained in:
parent
e206be2129
commit
af645b57de
|
@ -15,6 +15,8 @@ class MCSymbol;
|
|||
|
||||
class MCObjectFormat {
|
||||
public:
|
||||
virtual ~MCObjectFormat() {}
|
||||
|
||||
/// isAbsolute - Check if A - B is an absolute value
|
||||
///
|
||||
/// \param InSet - True if this expression is in a set. For example:
|
||||
|
|
Loading…
Reference in New Issue