forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37: Borsify rustgc r=ltratt a=jacob-hughes This adds test coverage for `--feature rustgc`. It can be merged once #21 lands. Co-authored-by: Jacob Hughes <jh@jakehughes.uk>
- Loading branch information
Showing
4 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Config file for continuous integration. | ||
|
||
[rust] | ||
codegen-units = 0 # Use many compilation units. | ||
debug-assertions = true # Turn on assertions in rustc. | ||
|
||
[build] | ||
docs = false | ||
extended = false | ||
|
||
[llvm] | ||
assertions = true # Turn on assertions in LLVM. | ||
use-linker = "gold" # Uses less memory than ld. | ||
|
||
[install] | ||
prefix = "build/rustc_boehm" | ||
sysconfdir = "etc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters