From 6a550af056c19e545b55409f018f40ecc6e20abd Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Sat, 13 Nov 2021 20:39:47 +0100 Subject: [PATCH] Support windows/amd64. This target had previously only experimental status because of a now resolved memory leak. Closes #23 Updates #72 --- doc.go | 13 +++++-------- lib/sqlite_windows_amd64.go | 2 -- libtest/sqlite_windows_amd64.go | 2 -- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/doc.go b/doc.go index 38e8ce1..a39c5ed 100644 --- a/doc.go +++ b/doc.go @@ -20,14 +20,6 @@ // linux arm64 // windows amd64 // -// The windows/amd64 has currently experimental/preview status. Tcl tests -// report an unresolved yet memory leak, see -// https://gitlab.com/cznic/sqlite/-/issues/23 for more details. -// -// Planned platforms and architectures -// -// windows 386 -// // Builders // // Builder results available at @@ -36,6 +28,11 @@ // // Changelog // +// 2021-11-13 v1.14.0: +// +// Support windows/amd64. This target had previously only experimental status +// because of a now resolved memory leak. +// // 2021-09-07 v1.13.0: // // Support freebsd/amd64. diff --git a/lib/sqlite_windows_amd64.go b/lib/sqlite_windows_amd64.go index 3c96c45..5d1d2e5 100644 --- a/lib/sqlite_windows_amd64.go +++ b/lib/sqlite_windows_amd64.go @@ -151444,7 +151444,6 @@ func Xsqlite3GenerateConstraintChecks(tls *libc.TLS, pParse uintptr, pTab uintpt goto __4 goto __6 __6: - } } @@ -206959,7 +206958,6 @@ __15: goto __14 goto __16 __16: - } // This is a helper function for rbuObjIterCacheTableInfo(). It populates diff --git a/libtest/sqlite_windows_amd64.go b/libtest/sqlite_windows_amd64.go index d0355f5..694a6c5 100644 --- a/libtest/sqlite_windows_amd64.go +++ b/libtest/sqlite_windows_amd64.go @@ -152468,7 +152468,6 @@ func Xsqlite3GenerateConstraintChecks(tls *libc.TLS, pParse uintptr, pTab uintpt goto __4 goto __6 __6: - } } @@ -208432,7 +208431,6 @@ __15: goto __14 goto __16 __16: - } // This is a helper function for rbuObjIterCacheTableInfo(). It populates