[llvm] r235955 - DebugInfo: Support up to 2^16 arguments in a subprogram
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Apr 28 02:32:42 PDT 2015
On Tue, Apr 28, 2015 at 01:07:34AM -0000, Duncan P. N. Exon Smith wrote:
> Author: dexonsmith
> Date: Mon Apr 27 20:07:33 2015
> New Revision: 235955
>
> URL: http://llvm.org/viewvc/llvm-project?rev=235955&view=rev
> Log:
> DebugInfo: Support up to 2^16 arguments in a subprogram
>
> Support up to 2^16 arguments to a function. If we do hit the limit,
> assert out rather than restarting at 0 as we've done historically.
Given that this can be triggered easily by user input, should this
really be an assert?
Joerg
More information about the llvm-commits
mailing list