Skip to content

Commit

Permalink
Merge pull request #16777 from JuliaLang/yyc/codegen/memmgr
Browse files Browse the repository at this point in the history
Implement custom memory manager for LLVM
  • Loading branch information
yuyichao authored Jun 15, 2016
2 parents 74b3042 + 8533a1c commit b029f50
Show file tree
Hide file tree
Showing 7 changed files with 945 additions and 102 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SRCS := \
LLVMLINK :=

ifeq ($(JULIACODEGEN),LLVM)
SRCS += codegen disasm debuginfo llvm-simdloop llvm-gcroot
SRCS += codegen disasm debuginfo llvm-simdloop llvm-gcroot cgmemmgr
FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --includedir)
LLVM_LIBS := all
ifeq ($(USE_POLLY),1)
Expand Down
Loading

0 comments on commit b029f50

Please sign in to comment.