Skip to content

Commit b0e9967

Browse files
GuillaumeGomezantoyo
authored andcommitted
Improve Readme.md format
1 parent 52b43b3 commit b0e9967

File tree

1 file changed

+13
-28
lines changed

1 file changed

+13
-28
lines changed

Diff for: Readme.md

+13-28
Original file line numberDiff line numberDiff line change
@@ -146,34 +146,19 @@ $ LIBRARY_PATH="[gcc-path value]" LD_LIBRARY_PATH="[gcc-path value]" rustc +$(ca
146146

147147
## Env vars
148148

149-
<dl>
150-
<dt>CG_GCCJIT_DUMP_ALL_MODULES</dt>
151-
<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.
177162

178163
## Extra documentation
179164

0 commit comments

Comments
 (0)