1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01: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
disassemble.c
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
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