Skip to content
Commit 88fdcd32 authored by Bill Wendling's avatar Bill Wendling
Browse files

LLVM puts padding bytes in the __gcc_except_tab section after the

GCC_except_table label but before the Lexception, which the FDE references.
This causes problems as the FDE does not point to the start of an LSDA chunk.

Use an unnormalized uleb128 for the call-site table length that includes the
padding.

llvm-svn: 97078
parent 40d732fe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment