diff options
author | Alex Zinenko <zinenko@google.com> | 2020-08-11 18:25:09 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2020-08-12 13:07:34 +0200 |
commit | 321aa19ec8ede62325b7e07d3fef4d12859275ab (patch) | |
tree | 045505804ae369bc53f459ddcfa17b970856dcbb /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 3b0a4e9584535b7799825c0cefc89d2571da5901 (diff) | |
download | llvm-321aa19ec8ede62325b7e07d3fef4d12859275ab.zip llvm-321aa19ec8ede62325b7e07d3fef4d12859275ab.tar.gz llvm-321aa19ec8ede62325b7e07d3fef4d12859275ab.tar.bz2 |
[mlir] Expose printing functions in C API
Provide printing functions for most IR objects in C API (except Region that
does not have a `print` function, and Module that is expected to be printed as
Operation instead). The printing is based on a callback that is called with
chunks of the string representation and forwarded user-defined data.
Reviewed By: stellaraccident, Jing, mehdi_amini
Differential Revision: https://reviews.llvm.org/D85748
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions