Revision 34ba62f85affe7e539faab25f22ee13ed614902d authored by Keno Fischer on 18 July 2023, 02:57:09 UTC, committed by GitHub on 18 July 2023, 02:57:09 UTC
I had an off-by-one in #50556, since the argument slots actually start
at 2 and `iota` starts at `0`. This was breaking StaticArrays
precompiles, which attempts to precompile a generator with its abstract
signature and without the nospecialize, those signatures are not
compileable.

Co-authored-by: Oscar Smith <oscardssmith@gmail.com>
1 parent c0d5352
Raw File
lld.version
## jll artifact
LLD_JLL_NAME := LLD
LLD_JLL_VER := 15.0.7+5
back to top