mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Remove setting the bit for personality function. It should be set by the linker.
llvm-svn: 135236
This commit is contained in:
parent
ce38403d2d
commit
953f7ddcc2
@ -722,9 +722,6 @@ bool FrameEmitterImpl::EmitCompactUnwind(MCStreamer &Streamer,
|
||||
getDataAlignmentFactor(Streamer), IsEH);
|
||||
if (!Encoding) return false;
|
||||
|
||||
// The encoding needs to know we have a personality function.
|
||||
if (Frame.Personality)
|
||||
Encoding |= 0x10000000;
|
||||
// The encoding needs to know we have an LSDA.
|
||||
if (Frame.Lsda)
|
||||
Encoding |= 0x40000000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user