diff options
author | Markus Böck <markus.boeck02@gmail.com> | 2024-11-28 09:19:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 09:19:31 +0100 |
commit | 332719561000dcac94384234ace1fa959362ad8e (patch) | |
tree | 4fe17fb7e7dc7eac40bdbe300ae89a31e3f4f98f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 7173a7d7f9d3035e39508746efa46c2ec5c80119 (diff) | |
download | llvm-332719561000dcac94384234ace1fa959362ad8e.zip llvm-332719561000dcac94384234ace1fa959362ad8e.tar.gz llvm-332719561000dcac94384234ace1fa959362ad8e.tar.bz2 |
[mlir][LLVM][NFC] Implement `print/parse` for `LLVMStructType` (#117930)
The printing and parsing logic for struct types was still using ad-hoc
functions instead of the more conventional `print` and `parse` methods
whose declarations are automatically generated by TableGen.
This PR effectively renames these functions and uses them directly as
implementations for `print` and `parse` of `LLVMStructType`.
This additionally fixes linking errors when users or auto generated code
may call `print` and `parse` directly.
Fixes https://github.com/llvm/llvm-project/issues/117927
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions