forked from OSchip/llvm-project
"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:
parent
aba6a3d094
commit
24b31b6b7d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue