mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
Moves all Session member variables dedicated to shutdown into a new ShutdownInfo struct, and uses the presence / absence of this struct as the flag to indicate that we've entered the "shutting down" state. This simplifies the implementation of the shutdown process.