diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-05-07 01:44:26 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-05-07 01:44:26 +0200 |
| commit | a2dbe6589ee6f33bb796ea3fd88b0bda5915e58e (patch) | |
| tree | cd0c6375fef25d698d029d11b2da13c0bc86ee7a /ci/azure | |
| parent | a2b8a9756f867b75e9e9dfd0ecea9de162ad5eb1 (diff) | |
| download | zig-a2dbe6589ee6f33bb796ea3fd88b0bda5915e58e.tar.gz zig-a2dbe6589ee6f33bb796ea3fd88b0bda5915e58e.zip | |
macho: share traditional codepaths with stage2+llvm backend
Diffstat (limited to 'ci/azure')
| -rwxr-xr-x | ci/azure/macos_script | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/azure/macos_script b/ci/azure/macos_script index d44f4dae4b..e8c7c69a33 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -58,8 +58,7 @@ make $JOBS install # Build stage2 standalone so that we can test stage2 against stage2 compiler-rt. release/bin/zig build -p stage2 -Denable-llvm -# TODO: enable this -#stage2/bin/zig build test-behavior +stage2/bin/zig build test-behavior # TODO: upgrade these to test stage2 instead of stage1 # TODO: upgrade these to test stage3 instead of stage2 |
