]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/docs/env_vars.md
Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank
[rust.git] / compiler / rustc_codegen_cranelift / docs / env_vars.md
1 # List of env vars recognized by cg_clif
2
3 <dl>
4     <dt>CG_CLIF_JIT_ARGS</dt>
5     <dd>When JIT mode is enable pass these arguments to the program.</dd>
6     <dt>CG_CLIF_INCR_CACHE_DISABLED</dt>
7     <dd>Don't cache object files in the incremental cache. Useful during development of cg_clif
8     to make it possible to use incremental mode for all analyses performed by rustc without caching
9     object files when their content should have been changed by a change to cg_clif.</dd>
10     <dt>CG_CLIF_DISPLAY_CG_TIME</dt>
11     <dd>If "1", display the time it took to perform codegen for a crate.</dd>
12     <dt>CG_CLIF_ENABLE_VERIFIER</dt>
13     <dd>Enable the Cranelift ir verifier for all compilation passes. If not set it will only run once
14     before passing the clif ir to Cranelift for compilation.</dt>
15 </dl>