1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Bindings
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
..
Go Disable Go bindings test with MSan, it has tons of linker errors 2015-11-19 00:05:20 +00:00
llvm-c Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
OCaml Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00