Skip to main content

PASSES

Static PASSES 

Source
pub static PASSES: &[&dyn Pass]
Expand description

Every pass this compiler has, in no particular order.

The pipelines in crate::pipeline name passes out of this list, and -f<name> reaches any of them whether or not the level asked for it. A pass that is written and not in here is a pass nobody can turn on, so the list is the registry rather than a convenience.