Skip to content

Commit 90e3c1a

Browse files
authored
Update list of COMPILER_SRCS in sysimage.mk (#59125)
This list needs to match all source files included in Base_compiler.jl. Written by claude.
1 parent fde79f5 commit 90e3c1a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

sysimage.mk

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,48 @@ COMPILER_SRCS := $(addprefix $(JULIAHOME)/, \
3131
base/abstractset.jl \
3232
base/iddict.jl \
3333
base/idset.jl \
34+
base/anyall.jl \
3435
base/array.jl \
36+
base/baseext.jl \
3537
base/bitarray.jl \
3638
base/bitset.jl \
3739
base/bool.jl \
40+
base/c.jl \
41+
base/checked.jl \
42+
base/cmem.jl \
43+
base/coreio.jl \
44+
base/coreir.jl \
3845
base/ctypes.jl \
3946
base/error.jl \
4047
base/essentials.jl \
4148
base/expr.jl \
4249
base/exports.jl \
50+
base/flfrontend.jl \
51+
base/float.jl \
52+
base/gcutils.jl \
4353
base/generator.jl \
54+
base/genericmemory.jl \
4455
base/int.jl \
4556
base/indices.jl \
4657
base/iterators.jl \
4758
base/invalidation.jl \
4859
base/module.jl \
4960
base/namedtuple.jl \
61+
base/ntuple.jl \
5062
base/number.jl \
5163
base/operators.jl \
5264
base/options.jl \
65+
base/ordering.jl \
5366
base/pair.jl \
5467
base/pointer.jl \
5568
base/promotion.jl \
69+
base/public.jl \
5670
base/range.jl \
71+
base/refvalue.jl \
72+
base/rounding.jl \
5773
base/runtime_internals.jl \
74+
base/strings/lazy.jl \
5875
base/traits.jl \
59-
base/refvalue.jl \
6076
base/tuple.jl)
6177
COMPILER_SRCS += $(shell find $(JULIAHOME)/Compiler/src -name \*.jl -and -not -name verifytrim.jl -and -not -name show.jl)
6278
# sort these to remove duplicates

0 commit comments

Comments
 (0)