"Implement" the HandlerData Win64 EH method in the base MCStreamer.

There's really nothing to implement. All this really does is swap to a
pseudo-section that later gets written to the unwind info struct. That
needs to be implemented in the object streamers.

llvm-svn: 131734
This commit is contained in:
Charles Davis 2011-05-20 16:06:22 +00:00
parent aba6a3d094
commit 24b31b6b7d
1 changed files with 1 additions and 2 deletions

View File

@ -369,8 +369,7 @@ void MCStreamer::EmitWin64EHHandler(const MCSymbol *Sym, bool Unwind,
}
void MCStreamer::EmitWin64EHHandlerData() {
errs() << "Not implemented yet\n";
abort();
EnsureValidW64UnwindInfo();
}
void MCStreamer::EmitWin64EHPushReg(unsigned Register) {