Line tables were trying to be too clever and only use 24 bits for a line
table offset where the offset is within a section. Increased the section offset for line table entries to be 32 bits (from 24 bits), giving each section a 4G offset, and increased the section index to 32 bits (from 8 bits). llvm-svn: 122200
Loading
Please register or sign in to comment