Merge pull request #12796 from Vexu/referenced-by-v2

stage2: add referenced by trace to compile errors attempt #2 (+ some fixes)
This commit is contained in:
Veikka Tuominen
2022-09-16 23:49:00 +03:00
committed by GitHub
21 changed files with 492 additions and 52 deletions

View File

@@ -1551,6 +1551,7 @@ pub const TestContext = struct {
.self_exe_path = zig_exe_path,
// TODO instead of turning off color, pass in a std.Progress.Node
.color = .off,
.reference_trace = 0,
// TODO: force self-hosted linkers with stage2 backend to avoid LLD creeping in
// until the auto-select mechanism deems them worthy
.use_lld = switch (case.backend) {