aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorMarkus Böck <markus.boeck02@gmail.com>2024-11-28 09:19:31 +0100
committerGitHub <noreply@github.com>2024-11-28 09:19:31 +0100
commit332719561000dcac94384234ace1fa959362ad8e (patch)
tree4fe17fb7e7dc7eac40bdbe300ae89a31e3f4f98f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent7173a7d7f9d3035e39508746efa46c2ec5c80119 (diff)
downloadllvm-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