mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-01-07 06:22:32 +00:00
MC: virtualise EmitWindowsUnwindTables
This makes EmitWindowsUnwindTables a virtual function and lowers the implementation of the function to the X86WinCOFFStreamer. This method is a target specific operation. This enables making the behaviour target dependent by isolating it entirely to the target specific streamer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -601,10 +601,6 @@ void MCStreamer::EmitRawText(const Twine &T) {
|
||||
}
|
||||
|
||||
void MCStreamer::EmitWindowsUnwindTables() {
|
||||
if (!getNumWinFrameInfos())
|
||||
return;
|
||||
|
||||
MCWin64EHUnwindEmitter::Emit(*this);
|
||||
}
|
||||
|
||||
void MCStreamer::Finish() {
|
||||
|
||||
Reference in New Issue
Block a user