mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Add a virtual destructor to silence a GCC warning.
llvm-svn: 116766
This commit is contained in:
parent
5850afe5f2
commit
524faec5da
@ -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…
x
Reference in New Issue
Block a user