This contains the foundation for the new binding as well as early work on Module and Type.
4 lines
80 B
Python
4 lines
80 B
Python
from binding import *
|
|
|
|
extra = Namespace('llvm_extra')
|
|
llvm = Namespace('llvm')
|