Fix a few erros. Add an array type
This commit is contained in:
parent
489d8056b9
commit
7a77be01cc
6 changed files with 167 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -180,6 +180,7 @@ setup(
|
|||
packages = ['llvm', 'llvm.workaround',
|
||||
'llvm_cbuilder',
|
||||
'llpython',
|
||||
'llvm_array',
|
||||
'llvmpy.api', 'llvmpy.api.llvm'],
|
||||
py_modules = ['llvmpy',
|
||||
'llvmpy._capsule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue