llvm-project/llvm/test/Bindings
Robert Widmann f108d57f9b [LLVM-C] Audit Inline Assembly APIs for Consistency
Summary:
- Add a missing getter for module-level inline assembly
- Add a missing append function for module-level inline assembly
- Deprecate LLVMSetModuleInlineAsm and replace it with LLVMSetModuleInlineAsm2 which takes an explicit length parameter
- Deprecate LLVMConstInlineAsm and replace it with LLVMGetInlineAsm, a function that allows passing a dialect and is not mis-classified as a constant operation

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D45346

llvm-svn: 329369
2018-04-06 02:31:29 +00:00
..
Go Fix go bindings test when using goma distributed build tool 2018-03-26 20:19:14 +00:00
OCaml [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
llvm-c [LLVM-C] Audit Inline Assembly APIs for Consistency 2018-04-06 02:31:29 +00:00