We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11bfe9 commit 62814f0Copy full SHA for 62814f0
CONTRIBUTING.md
@@ -44,8 +44,8 @@ make check-jit RUNTESTFLAGS="-v -v -v jit.exp=jit.dg/test-asm.cc"
44
45
#### Debugging Tools
46
The project provides several environment variables for debugging:
47
-- `CG_GCCJIT_DUMP_GIMPLE`: Most commonly used debug dump
48
-- `CG_RUSTFLAGS`: Additional Rust compiler flags
+- `CG_GCCJIT_DUMP_GIMPLE`: Dump the GIMPLE IR
+- `CG_RUSTFLAGS`: Additional Rust flags
49
- `CG_GCCJIT_DUMP_MODULE`: Dumps a specific module
50
- `CG_GCCJIT_DUMP_TO_FILE`: Creates C-like representation
51
0 commit comments