[llvm-commits] [llvm] r117849 - in /llvm/trunk: include/llvm/Support/ELF.h lib/MC/ELFObjectWriter.cpp

Eli Friedman eli.friedman at gmail.com
Sat Oct 30 18:05:57 PDT 2010


On Sat, Oct 30, 2010 at 5:16 PM, Rafael Espindola
<rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Sat Oct 30 19:16:26 2010
> New Revision: 117849
>
> URL: http://llvm.org/viewvc/llvm-project?rev=117849&view=rev
> Log:
> Add support for files with more than 65280 sections. No testcase since
> it would be a bit too big :-)

I'm pretty sure you could actually write a Python script that
generates the testcase and have it work with our current testing
infrastructure.

-Eli



More information about the llvm-commits mailing list