1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/bindings/python/llvm
Rafael Espindola e392243a54 Deprecate a few C APIs.
This deprecates:
* LLVMParseBitcode
* LLVMParseBitcodeInContext
* LLVMGetBitcodeModuleInContext
* LLVMGetBitcodeModule

They are replaced with the functions with a 2 suffix which do not record
a diagnostic.

llvm-svn: 256065
2015-12-18 23:46:42 +00:00
..
tests [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
__init__.py
bit_reader.py Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
common.py We're in 3.4 land now. 2013-05-07 20:31:28 +00:00
core.py [PM/AA] Remove the last relics of the separate IPA library from LLVM, 2015-08-18 17:51:53 +00:00
disassembler.py python: Fix check for disasm creation failure 2013-11-17 15:40:57 +00:00
enumerations.py [llvm.py] Define enumerations from Core.h; add OpCode class 2012-03-10 05:50:56 +00:00
object.py Remove getRelocationAddress. 2015-07-06 14:55:37 +00:00