diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2025-04-29 18:36:29 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2025-04-29 18:36:29 -0400 |
| commit | 62814f0995c855c4a2effc1cb318da9fc9810adb (patch) | |
| tree | 4233ace8d20557c5aa3c533f9990b43fbc189852 | |
| parent | d11bfe9c187e72147ce520a3d5f2c0ea28eb98ad (diff) | |
| download | rust-62814f0995c855c4a2effc1cb318da9fc9810adb.tar.gz rust-62814f0995c855c4a2effc1cb318da9fc9810adb.zip | |
Improve the doc
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fecd2020934..73f13f5bd86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,8 @@ make check-jit RUNTESTFLAGS="-v -v -v jit.exp=jit.dg/test-asm.cc" #### Debugging Tools The project provides several environment variables for debugging: -- `CG_GCCJIT_DUMP_GIMPLE`: Most commonly used debug dump -- `CG_RUSTFLAGS`: Additional Rust compiler flags +- `CG_GCCJIT_DUMP_GIMPLE`: Dump the GIMPLE IR +- `CG_RUSTFLAGS`: Additional Rust flags - `CG_GCCJIT_DUMP_MODULE`: Dumps a specific module - `CG_GCCJIT_DUMP_TO_FILE`: Creates C-like representation |
