about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-04-10 19:07:57 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-04-12 15:22:03 +0300
commit7c40a6fb34d29fce69a16b7b65871999ef3d1628 (patch)
treeddfe313880b51f543b7e5c753d986007b64963b6 /compiler/rustc_codegen_llvm
parent9be9b5e09ad834e2ba9f2571ca17059e18f89b71 (diff)
downloadrust-7c40a6fb34d29fce69a16b7b65871999ef3d1628.tar.gz
rust-7c40a6fb34d29fce69a16b7b65871999ef3d1628.zip
resolve: Pre-compute non-reexport module children
Instead of repeating the same logic by walking HIR during metadata encoding.

The only difference is that we are no longer encoding `macro_rules` items, but we never currently need them as a part of this list.
They can be encoded separately if this need ever arises.

`module_reexports` is also un-querified, because I don't see any reasons to make it a query, only overhead.
Diffstat (limited to 'compiler/rustc_codegen_llvm')
0 files changed, 0 insertions, 0 deletions