Aligned bundling support. Following the discussion here:
[oota-llvm.git] / tools / lto / LTOModule.cpp
index 9d2f9c784838ddcba93965863dbc3477adc91034..9b5917de166062e95b2dcd8505840249f29fab1b 100644 (file)
@@ -765,6 +765,10 @@ namespace {
       markDefined(*Symbol);
     }
 
+    virtual void EmitBundleAlignMode(unsigned AlignPow2) {}
+    virtual void EmitBundleLock() {}
+    virtual void EmitBundleUnlock() {}
+
     // Noop calls.
     virtual void ChangeSection(const MCSection *Section) {}
     virtual void InitSections() {}