This contains the foundation for the new binding as well as early work on Module and Type.
6 lines
172 B
Python
6 lines
172 B
Python
from binding import *
|
|
from namespace import llvm
|
|
|
|
AssemblyAnnotationWriter = llvm.Class()
|
|
AssemblyAnnotationWriter.include.add("llvm/Assembly/AssemblyAnnotationWriter.h")
|
|
|