You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Enables dumping of all compilation modules. When set to "1", a dump is created for each module during compilation and stored in `/tmp/reproducers/`.</dd>
152
-
<dt>CG_GCCJIT_DUMP_MODULE</dt>
153
-
<dd>Enables dumping of a specific module. When set with the module name, e.g., `CG_GCCJIT_DUMP_MODULE=module_name`, a dump of that specific module is created in `/tmp/reproducers/`.</dd>
154
-
<dt>CG_RUSTFLAGS</dt>
155
-
<dd>Send additional flags to rustc. Can be used to build the sysroot without unwinding by setting `CG_RUSTFLAGS=-Cpanic=abort`.</dd>
156
-
<dt>CG_GCCJIT_DUMP_TO_FILE</dt>
157
-
<dd>Dump a C-like representation to /tmp/gccjit_dumps and enable debug info in order to debug this C-like representation.</dd>
158
-
<dt>CG_GCCJIT_DUMP_RTL</dt>
159
-
<dd>Dumps RTL (Register Transfer Language) for virtual registers.</dd>
160
-
<dt>CG_GCCJIT_DUMP_RTL_ALL</dt>
161
-
<dd>Dumps all RTL passes.</dd>
162
-
<dt>CG_GCCJIT_DUMP_TREE_ALL</dt>
163
-
<dd>Dumps all tree (GIMPLE) passes.</dd>
164
-
<dt>CG_GCCJIT_DUMP_IPA_ALL</dt>
165
-
<dd>Dumps all Interprocedural Analysis (IPA) passes.</dd>
166
-
<dt>CG_GCCJIT_DUMP_CODE</dt>
167
-
<dd>Dumps the final generated code.</dd>
168
-
<dt>CG_GCCJIT_DUMP_GIMPLE</dt>
169
-
<dd>Dumps the initial GIMPLE representation.</dd>
170
-
<dt>CG_GCCJIT_DUMP_EVERYTHING</dt>
171
-
<dd>Enables dumping of all intermediate representations and passes.</dd>
172
-
<dt>CG_GCCJIT_KEEP_INTERMEDIATES</dt>
173
-
<dd>Keeps intermediate files generated during the compilation process.</dd>
174
-
<dt>CG_GCCJIT_VERBOSE</dt>
175
-
<dd>Enables verbose output from the GCC driver.</dd>
176
-
</dl>
149
+
*_**CG_GCCJIT_DUMP_ALL_MODULES**_: Enables dumping of all compilation modules. When set to "1", a dump is created for each module during compilation and stored in `/tmp/reproducers/`.
150
+
*_**CG_GCCJIT_DUMP_MODULE**_: Enables dumping of a specific module. When set with the module name, e.g., `CG_GCCJIT_DUMP_MODULE=module_name`, a dump of that specific module is created in `/tmp/reproducers/`.
151
+
*_**CG_RUSTFLAGS**_: Send additional flags to rustc. Can be used to build the sysroot without unwinding by setting `CG_RUSTFLAGS=-Cpanic=abort`.
152
+
*_**CG_GCCJIT_DUMP_TO_FILE**_: Dump a C-like representation to /tmp/gccjit_dumps and enable debug info in order to debug this C-like representation.
153
+
*_**CG_GCCJIT_DUMP_RTL**_: Dumps RTL (Register Transfer Language) for virtual registers.
154
+
*_**CG_GCCJIT_DUMP_RTL_ALL**_: Dumps all RTL passes.
155
+
*_**CG_GCCJIT_DUMP_TREE_ALL**_: Dumps all tree (GIMPLE) passes.
156
+
*_**CG_GCCJIT_DUMP_IPA_ALL**_: Dumps all Interprocedural Analysis (IPA) passes.
157
+
*_**CG_GCCJIT_DUMP_CODE**_: Dumps the final generated code.
158
+
*_**CG_GCCJIT_DUMP_GIMPLE**_: Dumps the initial GIMPLE representation.
159
+
*_**CG_GCCJIT_DUMP_EVERYTHING**_: Enables dumping of all intermediate representations and passes.
160
+
*_**CG_GCCJIT_KEEP_INTERMEDIATES**_: Keeps intermediate files generated during the compilation process.
161
+
*_**CG_GCCJIT_VERBOSE**_: Enables verbose output from the GCC driver.
0 commit comments