Skip to content

Commit

Permalink
reorg: move code related to static compilation to compileout.c
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Feb 27, 2017
1 parent f2b03d4 commit b16d315
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 436 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
SRCS := \
jltypes gf typemap ast builtins module interpreter symbol \
dlload sys init task array dump toplevel jl_uv datatype \
simplevector APInt-C runtime_intrinsics runtime_ccall \
simplevector APInt-C runtime_intrinsics runtime_ccall compileout \
threadgroup threading stackwalk gc gc-debug gc-pages method \
jlapi signal-handling safepoint jloptions timing subtype rtutils

Expand Down
Loading

0 comments on commit b16d315

Please sign in to comment.