File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,11 @@ described below:
283
283
- ` {{build-base}} ` : The base directory where the test's output goes. This is
284
284
equivalent to ` $TEST_BUILD_DIR ` for [ output normalization] .
285
285
- Example: ` /path/to/rust/build/x86_64-unknown-linux-gnu/test/ui `
286
+ - ` {{sysroot-base}} ` : Path of the sysroot directory used to build the test.
287
+ - Mainly intended for ` ui-fulldeps ` tests that run the compiler via API.
288
+ - ` {{target-linker}} ` : Linker that would be passed to ` -Clinker ` for this test,
289
+ or blank if no linker override is active.
290
+ - Mainly intended for ` ui-fulldeps ` tests that run the compiler via API.
286
291
- ` {{target}} ` : The target the test is compiling for
287
292
- Example: ` x86_64-unknown-linux-gnu `
288
293
You can’t perform that action at this time.
0 commit comments