1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-c-test
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
..
calc.c
CMakeLists.txt Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes 2015-01-28 16:35:59 +00:00
disassemble.c Extend C disassembler API to allow specifying target features 2014-09-30 16:31:40 +00:00
helpers.c
include-all.c
llvm-c-test.h Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
main.c Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
Makefile
metadata.c Fix build breakage caused by memory leaks in llvm-c-test 2015-01-28 18:32:31 +00:00
module.c Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
object.c Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
targets.c