Skip to content

Commit

Permalink
separate .ji writing and IR encoding implementations [NFC] (#36053)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored Jun 2, 2020
1 parent be9ab48 commit ec1c536
Show file tree
Hide file tree
Showing 4 changed files with 1,108 additions and 805 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUNTIME_SRCS := \
simplevector runtime_intrinsics precompile \
threading partr stackwalk gc gc-debug gc-pages gc-stacks method \
jlapi signal-handling safepoint timing subtype \
crc32c APInt-C processor
crc32c APInt-C processor ircode
SRCS := jloptions runtime_ccall rtutils

LLVMLINK :=
Expand Down
Loading

0 comments on commit ec1c536

Please sign in to comment.