diff options
author | Matthias Gehre <matthias.gehre@amd.com> | 2025-02-18 21:37:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-18 21:37:37 +0100 |
commit | 0049adfe122502444ca9cac6d059570e91e9b923 (patch) | |
tree | ea402cb8c52de254a90a4865bf9e52915d84553d /lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | |
parent | f7d03707d1f59cddab98d49fe55d8946477f87c8 (diff) | |
download | llvm-0049adfe122502444ca9cac6d059570e91e9b923.zip llvm-0049adfe122502444ca9cac6d059570e91e9b923.tar.gz llvm-0049adfe122502444ca9cac6d059570e91e9b923.tar.bz2 |
[MLIR] emitc: Add fmtArgs to verbatim (#123294)
Allows to print code snippets that refer to arguments or local
variables. E.g. `emitc.verbatim "#pragma abc var={}" args %arg0 :
!emitc.ptr<i32>` is printed as `#pragma abc var=v1` when the translator
had decided to print `%arg0` as `v1`.
As a follow-up PR, we will use the same infra to extend opaque type,
which provides a way to generate template types depending on the
spelling of other types.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp')
0 files changed, 0 insertions, 0 deletions