diff options
| author | Jacob Young <15544577+jacobly0@users.noreply.github.com> | 2025-10-03 05:03:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 05:03:44 -0400 |
| commit | 12ed0ff1efa71d11f6220d9cf94202b888e177fc (patch) | |
| tree | 58679862045c06d8ebe2f1c67bedb5f6f91eb3fa /test/incremental/function_becomes_inline | |
| parent | 1f083e9ed78f5c3c2d848d0abc58612c4ce88804 (diff) | |
| parent | 759e038a44eda0c950f0a5baac37b3a1d7f786b3 (diff) | |
| download | zig-12ed0ff1efa71d11f6220d9cf94202b888e177fc.tar.gz zig-12ed0ff1efa71d11f6220d9cf94202b888e177fc.zip | |
Merge pull request #25430 from jacobly0/x86_64-win
Coff2: create a new linker from scratch
Diffstat (limited to 'test/incremental/function_becomes_inline')
| -rw-r--r-- | test/incremental/function_becomes_inline | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/incremental/function_becomes_inline b/test/incremental/function_becomes_inline index 8f36a31b69..240d7a54af 100644 --- a/test/incremental/function_becomes_inline +++ b/test/incremental/function_becomes_inline @@ -1,4 +1,5 @@ #target=x86_64-linux-selfhosted +#target=x86_64-windows-selfhosted #target=x86_64-linux-cbe #target=x86_64-windows-cbe #update=non-inline version |
