Skip to content

Commit 5aa0d52

Browse files
committed
Remove left over bits of the MARKSWEEP option
Ref #11811
1 parent 7d866d5 commit 5aa0d52

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Make.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ fPIC := -fPIC
267267
EXE :=
268268
endif
269269

270-
JULIAGC := MARKSWEEP
271270
JULIACODEGEN := LLVM
272271

273272
# flag for disabling assertions

src/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ SRCS := \
2929
jltypes gf typemap ast builtins module interpreter \
3030
alloc dlload sys init task array dump toplevel jl_uv jlapi signal-handling \
3131
simplevector APInt-C runtime_intrinsics runtime_ccall \
32-
threadgroup threading stackwalk
33-
34-
ifeq ($(JULIAGC),MARKSWEEP)
35-
SRCS += gc
36-
endif
32+
threadgroup threading stackwalk gc
3733

3834
ifeq ($(JULIACODEGEN),LLVM)
3935
SRCS += codegen disasm debuginfo llvm-simdloop llvm-gcroot

0 commit comments

Comments
 (0)