1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Bindings/llvm-c
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
..
ARM test: Move target dependent test in their own folder for c API test 2015-06-23 06:46:54 +00:00
Inputs Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes 2015-12-16 16:16:19 +00:00
X86 test: Move target dependent test in their own folder for c API test 2015-06-23 06:46:54 +00:00
add_named_metadata_operand.ll Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes 2015-01-28 16:35:59 +00:00
calc.test
functions.ll Add a test for LLVMGetBitcodeModule. 2015-12-18 03:57:26 +00:00
globals.ll
invalid-bitcode.test Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
objectfile.ll Restore the ability to check if LLVMCreateObjectFile was successful 2014-09-05 21:22:09 +00:00
set_metadata.ll Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes 2015-01-28 16:35:59 +00:00