about summary refs log tree commit diff
path: root/src/test/ui/thinlto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-09-16 13:34:57 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-09-23 12:29:51 -0700
commit5d531aeaf46451f999aea0f7c9ba08016b9ee3eb (patch)
tree902f16bc195b4c652fd06dc3145489f764d4e99c /src/test/ui/thinlto
parent66bf391c3aabfc77f5f7139fc9e6944f995d574e (diff)
downloadrust-5d531aeaf46451f999aea0f7c9ba08016b9ee3eb.tar.gz
rust-5d531aeaf46451f999aea0f7c9ba08016b9ee3eb.zip
rustc: Convert `dependency_formats` to a query
This commit converts a field of `Session`, `dependency_formats`, into a
query of `TyCtxt`. This information then also needed to be threaded
through to other remaining portions of the linker, but it's relatively
straightforward. The only change here is that instead of
`HashMap<CrateType, T>` the data structure changed to `Vec<(CrateType,
T)>` to make it easier to deal with in queries.
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions