| author | |
| committer | |
| log | 7cec11a66bfd9d38bd355ba55aca4fa0e61ba4b5 |
| tree | 5cabd289d0e88fce6e70277f4ee74853424070c4 |
| parent | 7fb9f58f85f1dc9c18c49bc1114d9d978fdbed33 |
2 files changed, 8 insertions(+), 8 deletions(-)
ci/x86_64-windows-debug.ps1+4-4| ... | @@ -76,15 +76,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." | ... | @@ -76,15 +76,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." |
| 76 | CheckLastExitCode | 76 | CheckLastExitCode |
| 77 | 77 | ||
| 78 | & "stage3-debug\bin\zig.exe" build-obj ` | 78 | & "stage3-debug\bin\zig.exe" build-obj ` |
| 79 | ..\lib\compiler_rt.zig ` | ||
| 80 | --zig-lib-dir "$ZIG_LIB_DIR" ` | 79 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 81 | -ofmt=c ` | 80 | -ofmt=c ` |
| 82 | -OReleaseSmall ` | 81 | -OReleaseSmall ` |
| 83 | --name compiler_rt ` | 82 | --name compiler_rt ` |
| 84 | -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` | 83 | -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` |
| 85 | --mod build_options::config.zig ` | 84 | --dep build_options ` |
| 86 | --deps build_options ` | 85 | -target x86_64-windows-msvc ` |
| 87 | -target x86_64-windows-msvc | 86 | --mod root ..\lib\compiler_rt.zig ` |
| 87 | --mod build_options config.zig | ||
| 88 | CheckLastExitCode | 88 | CheckLastExitCode |
| 89 | 89 | ||
| 90 | Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll" | 90 | Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll" |
ci/x86_64-windows-release.ps1+4-4| ... | @@ -75,15 +75,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." | ... | @@ -75,15 +75,15 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." |
| 75 | CheckLastExitCode | 75 | CheckLastExitCode |
| 76 | 76 | ||
| 77 | & "stage3-release\bin\zig.exe" build-obj ` | 77 | & "stage3-release\bin\zig.exe" build-obj ` |
| 78 | ..\lib\compiler_rt.zig ` | ||
| 79 | --zig-lib-dir "$ZIG_LIB_DIR" ` | 78 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 80 | -ofmt=c ` | 79 | -ofmt=c ` |
| 81 | -OReleaseSmall ` | 80 | -OReleaseSmall ` |
| 82 | --name compiler_rt ` | 81 | --name compiler_rt ` |
| 83 | -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` | 82 | -femit-bin="compiler_rt-x86_64-windows-msvc.c" ` |
| 84 | --mod build_options::config.zig ` | 83 | --dep build_options ` |
| 85 | --deps build_options ` | 84 | -target x86_64-windows-msvc ` |
| 86 | -target x86_64-windows-msvc | 85 | --mod root ..\lib\compiler_rt.zig ` |
| 86 | --mod build_options config.zig | ||
| 87 | CheckLastExitCode | 87 | CheckLastExitCode |
| 88 | 88 | ||
| 89 | Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll" | 89 | Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll" |