MC: Support larger COFF string tables
authorNico Rieck <nico.rieck@gmail.com>
Mon, 29 Jul 2013 12:30:12 +0000 (12:30 +0000)
committerNico Rieck <nico.rieck@gmail.com>
Mon, 29 Jul 2013 12:30:12 +0000 (12:30 +0000)
commit2c9c89b21d272eafb19f993c9e7c055d87a4e7fb
treeb67794631cee8f07e7b215261706fcd48d34f19f
parent1373b743bbd97882e2e2cc08f367ffa47bb15c46
MC: Support larger COFF string tables

Single-slash encoded entries do not require a terminating null. This bumps
the maximum table size from ~1MB to ~9.5MB.

llvm-svn: 187352
llvm/lib/MC/WinCOFFObjectWriter.cpp
llvm/test/MC/COFF/section-name-encoding.s [new file with mode: 0644]