ron
dd1b72a0d8
Fix typos and grammar in documentation
...
- Readme.md: add missing "you" ("If don't" → "If you don't")
- Readme.md: fix wrong preposition ("without this backend" → "with this backend")
- Readme.md: fix double space
- doc/errors.md: fix transposed letters ("libgccijt" → "libgccjit")
- doc/debugging.md: remove extra word ("Run do the command" → "Run the command")
- doc/debugging.md: fix past participle ("cannot be ran" → "cannot be run")
- doc/tips.md: add missing verb ("won't a chance" → "won't have a chance")
- doc/gimple.md: fix preposition ("interested into" → "interested in")
2026-02-11 17:38:07 -05:00
Harin
e95bba142b
docs: Move -Cllvm-args forwarding explanation to tips.md
2025-11-23 22:29:16 +05:30
Antoni Boucher
188108733a
Update the doc to reflect the new way to specify the linker for cross-compilation
2025-07-02 11:48:49 -04:00
Antoni Boucher
1d2b874b84
Remove OVERWRITE_TARGET_TRIPLE env var now that config.sh is gone
2025-07-01 18:29:17 -04:00
Guillaume Gomez
4c932ff837
Update repositories URL for repositories moved to rust-lang organization
2025-02-03 15:52:42 +01:00
Antoni Boucher
79a6e4eaa3
Add documentation for stdarch tests
2024-09-24 20:12:41 -04:00
darc
04932ea22f
Modify build_system's prepare stage to allow for custom sysroot source path
2024-04-24 16:53:44 -05:00
Shashank Trivedi
8692192582
build sysroot flag ( #16 )
2024-04-10 08:23:51 -04:00
Guillaume Gomez
79316d4e83
Split Readme even further
2024-02-17 17:58:29 +01:00
Guillaume Gomez
6bdcc3c4c7
Move subtree part of Readme into its own doc file
2024-02-17 16:59:30 +01:00
Antoni Boucher
e2f32c72a7
Ignore failing test
...
This test only fails with non-native 128-bit integers, but it will also
fail with native 128-bit integers if we copy/paste it so that it's
executed twice. Interestingly, wrapping the test in a loop won't make it
fail.
So, it could be due to stack space or unwinding in release mode.
Also, the test only fails with -O2:
../cargo.sh rustc --bin test-rust -- -O
It doesn't fail with -O3.
2023-10-17 07:57:56 -04:00
antoyo
2e585e85e1
Merge pull request #343 from GuillaumeGomez/add-attribute-doc
...
Add guide to add new attributes support in libgccjit
2023-09-22 18:23:15 -04:00
Guillaume Gomez
a7d8b8eb9f
Add guide to add new attributes support in libgccjit
2023-09-22 16:50:42 +02:00
Guillaume Gomez
3e61cc3de2
Add simpler alternative to generate gimple
2023-09-07 14:21:58 +02:00
Guillaume Gomez
b3916539dd
Set the correct gimple output format
2023-09-07 14:03:56 +02:00
Guillaume Gomez
7324ee2da8
Add missing compilation
2023-09-06 17:38:50 +02:00
Guillaume Gomez
d214df291c
Fix gimple guide
2023-09-06 15:20:08 +02:00
Guillaume Gomez
4748fdcbab
Add doc for sending patches to GCC
2023-08-17 14:29:00 +02:00
Guillaume Gomez
cd57c6ea1c
Add instructions on how to generate GIMPLE format
2023-07-22 14:49:43 +02:00