Skip to content
Snippets Groups Projects
Commit d0e8c10d authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Move Unit related fields from DynFlags to HscEnv

The unit database cache, the home unit and the unit state were stored in
DynFlags while they ought to be stored in the compiler session state
(HscEnv). This patch fixes this.

It introduces a new UnitEnv type that should be used in the future to
handle separate unit environments (especially host vs target units).

Related to #17957

Bump haddock submodule
parent 92377c27
No related branches found
No related tags found
No related merge requests found
Showing
with 445 additions and 418 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment