mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 13:40:30 +00:00
"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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb274e6bdd
commit
d0b76d0004
@ -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
Block a user