diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-08-13 17:48:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 17:48:38 +0800 |
commit | 93f5c61d04fbef877dd9ac74511bb76093cc66cf (patch) | |
tree | 648da47cb5e99c9d4727597b512175f18f8d792c /llvm/lib/MC/MCObjectFileInfo.cpp | |
parent | 346a1c51616da51597b7c555766f9487c0afb993 (diff) | |
download | llvm-93f5c61d04fbef877dd9ac74511bb76093cc66cf.zip llvm-93f5c61d04fbef877dd9ac74511bb76093cc66cf.tar.gz llvm-93f5c61d04fbef877dd9ac74511bb76093cc66cf.tar.bz2 |
[NFC] [Serialization] Extract the functionality of merging decls from ASTReaderDecl (#103022)
Currently we're merging the decls in ASTReaderDecl. But it is not so
convinient if we want to merge things in ASTReader.
This patch extract the funcitonality of merging decls from ASTReaderDecl
to a new class, ASTReaderMerger. Then it will be easier to merge decls
in ASTReader.
This may help the readability slightly too.
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
0 files changed, 0 insertions, 0 deletions