Skip to content

Commit

Permalink
Remove the LLVMExtra api
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jun 30, 2021
1 parent b617e8d commit 286f024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 292 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SRCS += codegen llvm-ptls
RUNTIME_SRCS += jitlayers aotcompile debuginfo disasm llvm-simdloop llvm-muladd \
llvm-final-gc-lowering llvm-pass-helpers llvm-late-gc-lowering \
llvm-lower-handlers llvm-gc-invariant-verifier llvm-propagate-addrspaces \
llvm-multiversioning llvm-alloc-opt cgmemmgr llvm-api llvm-remove-addrspaces \
llvm-multiversioning llvm-alloc-opt cgmemmgr llvm-remove-addrspaces \
llvm-remove-ni llvm-julia-licm llvm-demote-float16
FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --includedir)
LLVM_LIBS := all
Expand Down
291 changes: 0 additions & 291 deletions src/llvm-api.cpp

This file was deleted.

0 comments on commit 286f024

Please sign in to comment.