Init commit for work on new binding
This contains the foundation for the new binding as well as early work on Module and Type.
This commit is contained in:
parent
b793e72189
commit
a12c4da93d
23 changed files with 1477 additions and 0 deletions
6
newbinding/binding/AssemblyAnnotationWriter.py
Normal file
6
newbinding/binding/AssemblyAnnotationWriter.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from binding import *
|
||||
from namespace import llvm
|
||||
|
||||
AssemblyAnnotationWriter = llvm.Class()
|
||||
AssemblyAnnotationWriter.include.add("llvm/Assembly/AssemblyAnnotationWriter.h")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue