diff options
Diffstat (limited to 'lib/MC/MCObjectFormat.cpp')
-rw-r--r-- | lib/MC/MCObjectFormat.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/MC/MCObjectFormat.cpp b/lib/MC/MCObjectFormat.cpp index 07d361c8a4..aeff334718 100644 --- a/lib/MC/MCObjectFormat.cpp +++ b/lib/MC/MCObjectFormat.cpp @@ -12,6 +12,9 @@ using namespace llvm; +MCObjectFormat::~MCObjectFormat() { +} + bool MCELFObjectFormat::isAbsolute(bool IsSet, const MCSymbol &A, const MCSymbol &B) const { // On ELF A - B is absolute if A and B are in the same section. |