Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Align the size of the Mono EH table to 8 to prevent an ld assertion. …
Browse files Browse the repository at this point in the history
…Fixes #55553.
  • Loading branch information
vargaz committed May 1, 2017
1 parent dbb6fdf commit 975e3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CodeGen/AsmPrinter/DwarfMonoException.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@ void DwarfMonoException::EmitMonoEHFrame(const Function *Personality)
Streamer.AddBlankLine();
}

Asm->EmitAlignment(8);

Streamer.EmitLabel(EHFrameEndSym);
}

Expand Down

0 comments on commit 975e3a6

Please sign in to comment.