[llvm] r201940 - MC: Support COFF string tables larger than 10MB

Brad Smith brad at comstyle.com
Mon Feb 24 22:26:39 PST 2014


On 22/02/14 11:12 AM, Nico Rieck wrote:
> Author: nrieck
> Date: Sat Feb 22 10:12:20 2014
> New Revision: 201940
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201940&view=rev
> Log:
> MC: Support COFF string tables larger than 10MB
>
> Offsets past the range of single-slash encoding are encoded as base64,
> padded to 6 characters, and prefixed with two slashes. This encoding is
> undocumented but used by MSVC.

This does not build (on i386).

WinCOFFObjectWriter.cpp:499: error: integer constant is too large for 
'long' type


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the llvm-commits mailing list