Skip to content

Commit

Permalink
Update wrap.jl to use Clang.jl's new generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Mar 2, 2021
1 parent 1ca9dc6 commit ca75c94
Show file tree
Hide file tree
Showing 9 changed files with 2,458 additions and 2,462 deletions.
741 changes: 0 additions & 741 deletions lib/libLLVM_common.jl

This file was deleted.

2 changes: 0 additions & 2 deletions lib/libLLVM_extra.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Julia wrapper for source: julia/src/llvm-api.cpp


# initialization functions

function LLVMInitializeAllTargetInfos()
Expand Down Expand Up @@ -43,7 +42,6 @@ function LLVMInitializeNativeDisassembler()
ccall(:LLVMExtraInitializeNativeDisassembler,LLVMBool,())
end


# infrastructure for writing LLVM passes in Julia

mutable struct LLVMOpaquePass
Expand Down
Loading

0 comments on commit ca75c94

Please sign in to comment.