llvm-mirror/test/Bindings
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
..
Go Disable Go bindings test with MSan, it has tons of linker errors 2015-11-19 00:05:20 +00:00
llvm-c Restore the capability to manipulate datalayout from the C API 2016-02-16 05:11:24 +00:00
OCaml Remove LLVMGetTargetMachineData leftovers. 2016-02-12 20:26:46 +00:00