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 34464e942c Restore the capability to manipulate datalayout from the C API
Summary:
This consist in variosu addition to the C API:

  LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M);
  void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
  LLVMTargetDataRef LLVMCreateTargetMachineData(LLVMTargetMachineRef T);

Reviewers: joker.eph, Wallbraker, echristo

Subscribers: axw

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

llvm-svn: 260936
2016-02-16 05:11:24 +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 Restore the capability to manipulate datalayout from the C API 2016-02-16 05:11:24 +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