mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
The FDE initial location and address range data should be free to be 64-bit
(quad) on a 64-bit platform. This fixes a problem with EH frames on Darwin. llvm-svn: 61483
This commit is contained in:
parent
abfa50fc15
commit
4749654506
@ -3119,10 +3119,10 @@ private:
|
||||
|
||||
Asm->EOL("FDE CIE offset");
|
||||
|
||||
EmitReference("eh_func_begin", EHFrameInfo.Number, true, true);
|
||||
EmitReference("eh_func_begin", EHFrameInfo.Number, true);
|
||||
Asm->EOL("FDE initial location");
|
||||
EmitDifference("eh_func_end", EHFrameInfo.Number,
|
||||
"eh_func_begin", EHFrameInfo.Number, true);
|
||||
"eh_func_begin", EHFrameInfo.Number);
|
||||
Asm->EOL("FDE address range");
|
||||
|
||||
// If there is a personality and landing pads then point to the language
|
||||
|
Loading…
x
Reference in New Issue
Block a user