[llvm-commits] [llvm] r141440 - /llvm/trunk/lib/MC/ELFObjectWriter.cpp

Nick Lewycky nicholas at mxc.ca
Sat Oct 8 01:02:48 PDT 2011


Chandler Carruth wrote:
> On Fri, Oct 7, 2011 at 4:29 PM, Nick Lewycky <nicholas at mxc.ca
> <mailto:nicholas at mxc.ca>> wrote:
>
>     Author: nicholas
>     Date: Fri Oct  7 18:29:53 2011
>     New Revision: 141440
>
>     URL: http://llvm.org/viewvc/llvm-project?rev=141440&view=rev
>     <http://llvm.org/viewvc/llvm-project?rev=141440&view=rev>
>     Log:
>     Don't emit the symbol table entry for the .symtab_shndx section either.
>
>
> Test case?

The test case is guaranteed to exceed 65535 sections, at a bare minimum 
of one section per line. It is also wildly unlikely that this would 
regress, short of doing something drastic enough that the programmer 
would ignore/delete any tests too. Are you sure?

Nick



More information about the llvm-commits mailing list