Commit ID
|
Contributor: | gps | Files Modified: | 7 |
| Date: | 09-March-2012 at 09:07 | Lines Added: | 361 | |
| Repository: | http://llvm.org/svn/llvm-project/llvm/trunk /llvm/trunk | Lines Removed: | 0 | |
| Commit Comment: | [llvm.py] Initial skeleton for Python LLVM bindings This contains a semi-functional skeleton for the implementation of the LLVM bindings for Python. The API for the Object.h interface is roughly designed but not implemented. MemoryBufferRef is implemented and actually appears to work! The ObjectFile unit test fails with a segmentation fault because the LLVM library isn't being properly initialized. The build system doesn't know about this code yet, so no alerts should fire. |
|||
| Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|
| Python | 210 | 0 | 54 | 0 | 97 | 0 | |
| File | Language | Code Added | Code Removed | Comments Added | Comment Removed | Blanks Added | Blanks Removed | |
|---|---|---|---|---|---|---|---|---|
| bindings/python/llvm/common.py | Python | 18 | 0 | 12 | 0 | 7 | 0 | |
| bindings/python/llvm/core.py | Python | 31 | 0 | 13 | 0 | 17 | 0 | |
| bindings/python/llvm/__init__.py | No source code was detected in this file. | |||||||
| bindings/python/llvm/object.py | Python | 146 | 0 | 29 | 0 | 68 | 0 | |
| bindings/python/README.txt | No source code was detected in this file. | |||||||
| bindings/python/tests/test_core.py | Python | 8 | 0 | 0 | 0 | 3 | 0 | |
| bindings/python/tests/test_object.py | Python | 7 | 0 | 0 | 0 | 2 | 0 | |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.