1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Bindings/llvm-c
Amaury Sechet e2c912cc97 Improve testing for the C API
Summary:
This basically add an echo test case in C. The support is limited right now, but full support would just be too much to review at once.

The echo test case simply get a module as input and try to output the same exact module. This allow to check the both reading and writing API are working as expected.

I want to improve this test over time to support more and more of the API, in order to improve coverage (coverage is quite poor right now).

Test Plan: Run the test.

Reviewers: chandlerc, bogner

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10725

llvm-svn: 259844
2016-02-04 23:26:19 +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
echo.ll Improve testing for the C API 2016-02-04 23:26:19 +00:00
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
set_metadata.ll Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes 2015-01-28 16:35:59 +00:00