commit | 4766ef41b31e4f97bce1179c3b0398303bf65356 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@google.com> | Thu Dec 20 19:05:53 2012 +0000 |
committer | Eli Bendersky <eliben@google.com> | Thu Dec 20 19:05:53 2012 +0000 |
tree | 9c7d834025eea913e5887165099d31af8464cfe0 | |
parent | 5d3cfa6d1f6d3069893d50af39511cbf5576be91 [diff] [blame] |
Aligned bundling support. Following the discussion here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056754.html The proposal and implementation are fully documented here: https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/aligned-bundling-support-in-llvm Tests will follow shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170718 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCNullStreamer.cpp b/lib/MC/MCNullStreamer.cpp index bb84c4f..d1cd006 100644 --- a/lib/MC/MCNullStreamer.cpp +++ b/lib/MC/MCNullStreamer.cpp
@@ -95,6 +95,10 @@ StringRef FileName) {} virtual void EmitInstruction(const MCInst &Inst) {} + virtual void EmitBundleAlignMode(unsigned AlignPow2) {} + virtual void EmitBundleLock() {} + virtual void EmitBundleUnlock() {} + virtual void FinishImpl() {} virtual void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {