mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Remove setting the bit for personality function. It should be set by the linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135236 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4afa2b842b
commit
833ce06c8f
@ -722,9 +722,6 @@ bool FrameEmitterImpl::EmitCompactUnwind(MCStreamer &Streamer,
|
|||||||
getDataAlignmentFactor(Streamer), IsEH);
|
getDataAlignmentFactor(Streamer), IsEH);
|
||||||
if (!Encoding) return false;
|
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.
|
// The encoding needs to know we have an LSDA.
|
||||||
if (Frame.Lsda)
|
if (Frame.Lsda)
|
||||||
Encoding |= 0x40000000;
|
Encoding |= 0x40000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user