Skip to content

Commit 9b04438

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-clang-aarch64-crt-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-headers-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-libmangle-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-libwinpthread-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-tools-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-winpthreads-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) mingw-w64-clang-aarch64-winstorecompat-git (12.0.0.r735.g4a3edb6f8-1 -> 12.0.0.r747.g1a99f8514-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent b955a3e commit 9b04438

File tree

58 files changed

+73
-172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+73
-172
lines changed

clangarm64/bin/gendef.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genidl.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genpeimg.exe

0 Bytes
Binary file not shown.

clangarm64/bin/libwinpthread-1.dll

512 Bytes
Binary file not shown.

clangarm64/bin/widl.exe

0 Bytes
Binary file not shown.

clangarm64/include/corecrt_stdio_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
extern "C" {
1414
#endif
1515

16-
unsigned __int64* __local_stdio_printf_options(void);
17-
unsigned __int64* __local_stdio_scanf_options(void);
16+
unsigned __int64* __cdecl __local_stdio_printf_options(void);
17+
unsigned __int64* __cdecl __local_stdio_scanf_options(void);
1818

1919
#define _CRT_INTERNAL_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION 0x0001ULL
2020
#define _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR 0x0002ULL

clangarm64/include/stdio.h

Lines changed: 14 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,17 +1100,21 @@ int vsnwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, __builti
11001100
#ifdef _UCRT
11011101
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
11021102
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
1103+
11031104
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
11041105
int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...);
1106+
11051107
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
11061108
int __cdecl wscanf(const wchar_t * __restrict__ _Format,...);
1109+
11071110
__MINGW_ATTRIB_NONNULL(2)
1108-
int vfwscanf (FILE *__stream, const wchar_t *__format, va_list __local_argv);
1111+
int __cdecl vfwscanf(FILE *__stream, const wchar_t *__format, va_list __local_argv);
11091112

11101113
__MINGW_ATTRIB_NONNULL(2)
1111-
int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv);
1114+
int __cdecl vswscanf(const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv);
1115+
11121116
__MINGW_ATTRIB_NONNULL(1)
1113-
int vwscanf(const wchar_t *__format, va_list __local_argv);
1117+
int __cdecl vwscanf(const wchar_t *__format, va_list __local_argv);
11141118

11151119
int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
11161120
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
@@ -1130,14 +1134,18 @@ int vsnwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, __builti
11301134

11311135
__MINGW_ATTRIB_NONNULL(1)
11321136
int vwscanf(const wchar_t *__format, __builtin_va_list __local_argv);
1133-
11341137
#endif /* __NO_ISOCEXT */
11351138

11361139
int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
11371140
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
11381141
int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
11391142
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
11401143
#endif /* _UCRT */
1144+
1145+
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
1146+
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
1147+
int __cdecl snwprintf(wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...);
1148+
int __cdecl vsnwprintf(wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg);
11411149
#endif /* __USE_MINGW_ANSI_STDIO */
11421150

11431151
#ifndef WEOF
@@ -1164,73 +1172,17 @@ int vsnwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, __builti
11641172
_CRTIMP wchar_t *__cdecl _getws(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
11651173
_CRTIMP int __cdecl _putws(const wchar_t *_Str);
11661174

1167-
#ifdef _UCRT
1168-
__mingw_ovr
1169-
int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...)
1170-
{
1171-
__builtin_va_list __ap;
1172-
int __ret;
1173-
__builtin_va_start(__ap, _Format);
1174-
__ret = __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS | _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR, NULL, 0, _Format, NULL, __ap);
1175-
__builtin_va_end(__ap);
1176-
return __ret;
1177-
}
1178-
int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
1179-
int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
1180-
1181-
#if __USE_MINGW_ANSI_STDIO == 0
1182-
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
1183-
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
1184-
1185-
int __cdecl snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...);
1186-
int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg);
1187-
#endif
1188-
1189-
__mingw_ovr
1190-
int __cdecl _swprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,...)
1191-
{
1192-
__builtin_va_list __ap;
1193-
int __ret;
1194-
__builtin_va_start(__ap, _Format);
1195-
__ret = __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS, _Dest, (size_t)-1, _Format, NULL, __ap);
1196-
__builtin_va_end(__ap);
1197-
return __ret;
1198-
}
1199-
__mingw_ovr
1200-
int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args)
1201-
{
1202-
return __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS, _Dest, (size_t)-1, _Format, NULL, _Args);
1203-
}
1204-
1205-
__mingw_ovr
1206-
int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format, va_list _ArgList)
1207-
{
1208-
int _Result = __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS | _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR, NULL, 0, _Format, NULL, _ArgList);
1209-
return _Result < 0 ? -1 : _Result;
1210-
}
1211-
#else
12121175
_CRTIMP int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...);
1176+
#ifndef _UCRT
12131177
_CRTIMP int __cdecl _swprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,...);
12141178
_CRTIMP int __cdecl _vswprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,va_list _ArgList);
1179+
#endif /* _UCRT */
12151180
_CRTIMP int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
12161181
_CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
12171182
_CRTIMP int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
1218-
1219-
#ifndef __NO_ISOCEXT /* externs in libmingwex.a */
1220-
1221-
#if __USE_MINGW_ANSI_STDIO == 0
1222-
int __cdecl snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...) __MINGW_ASM_CALL(__ms_snwprintf);
1223-
int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg) __MINGW_ASM_CALL(__ms_vsnwprintf);
1224-
#endif
1225-
1226-
#endif /* ! __NO_ISOCEXT */
12271183
_CRTIMP int __cdecl _swprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,...);
12281184
_CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args);
12291185

1230-
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
1231-
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
1232-
#endif /* _UCRT */
1233-
12341186
#ifndef RC_INVOKED
12351187
#include <swprintf.inl>
12361188
#endif

clangarm64/include/swprintf.inl

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,15 @@
77
#ifndef _INC_SWPRINTF_INL
88
#define _INC_SWPRINTF_INL
99

10-
#include <vadefs.h>
11-
1210
#ifdef __cplusplus
1311

1412
extern "C++" {
1513

16-
__mingw_ovr
1714
/* __attribute__((__format__ (gnu_wprintf, 2, 0))) */ __MINGW_ATTRIB_NONNULL(2)
18-
int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv)
19-
{
20-
return _vswprintf( __stream, __format, __local_argv );
21-
}
15+
int vswprintf (wchar_t *__stream, const wchar_t *__format, __builtin_va_list __local_argv) __MINGW_ASM_CALL(_vswprintf);
2216

23-
__mingw_ovr
2417
/* __attribute__((__format__ (gnu_wprintf, 2, 3))) */ __MINGW_ATTRIB_NONNULL(2)
25-
int swprintf (wchar_t *__stream, const wchar_t *__format, ...)
26-
{
27-
#ifdef __clang__
28-
/* clang does not support __builtin_va_arg_pack(), so forward swprintf() to vswprintf() */
29-
int __retval;
30-
__builtin_va_list __local_argv;
31-
32-
__builtin_va_start( __local_argv, __format );
33-
__retval = vswprintf( __stream, __format, __local_argv );
34-
__builtin_va_end( __local_argv );
35-
return __retval;
36-
#else
37-
return _swprintf( __stream, __format, __builtin_va_arg_pack() );
38-
#endif
39-
}
18+
int swprintf (wchar_t *__stream, const wchar_t *__format, ...) __MINGW_ASM_CALL(_swprintf);
4019

4120
}
4221

clangarm64/include/wchar.h

Lines changed: 21 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -464,23 +464,26 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
464464
#ifdef _UCRT
465465
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
466466
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
467+
467468
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
468469
int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...);
470+
469471
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
470472
int __cdecl wscanf(const wchar_t * __restrict__ _Format,...);
473+
471474
__MINGW_ATTRIB_NONNULL(2)
472-
int vfwscanf (FILE *__stream, const wchar_t *__format, va_list __local_argv);
475+
int __cdecl vfwscanf(FILE *__stream, const wchar_t *__format, va_list __local_argv);
473476

474477
__MINGW_ATTRIB_NONNULL(2)
475-
int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv);
478+
int __cdecl vswscanf(const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, va_list __local_argv);
479+
476480
__MINGW_ATTRIB_NONNULL(1)
477-
int vwscanf(const wchar_t *__format, va_list __local_argv);
481+
int __cdecl vwscanf(const wchar_t *__format, va_list __local_argv);
478482

479483
int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
480484
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
481485
int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
482486
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
483-
484487
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
485488
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
486489
#else
@@ -534,34 +537,14 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
534537
_CRTIMP wchar_t *__cdecl _getws(wchar_t *_String) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
535538
_CRTIMP int __cdecl _putws(const wchar_t *_Str);
536539

537-
#ifdef _UCRT
538-
__mingw_ovr
539-
int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...)
540-
{
541-
__builtin_va_list __ap;
542-
int __ret;
543-
__builtin_va_start(__ap, _Format);
544-
__ret = __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS | _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR, NULL, 0, _Format, NULL, __ap);
545-
__builtin_va_end(__ap);
546-
return __ret;
547-
}
548-
int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
549-
__mingw_ovr __MINGW_ATTRIB_DEPRECATED_SEC_WARN
550-
int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args)
551-
{
552-
return __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS | _CRT_INTERNAL_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION, _Dest, _Count, _Format, NULL, _Args);
553-
}
554-
555-
#if __USE_MINGW_ANSI_STDIO == 0
556-
int snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...);
557-
int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg);
558-
#endif
559-
560-
#else
561540
_CRTIMP int __cdecl _scwprintf(const wchar_t * __restrict__ _Format,...);
541+
542+
#ifndef _UCRT
562543
_CRTIMP int __cdecl _swprintf_l(wchar_t * __restrict__ ,size_t _SizeInWords,const wchar_t * __restrict__ _Format,_locale_t _Locale,... ) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
563544
_CRTIMP int __cdecl _swprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,...);
564545
_CRTIMP int __cdecl _vswprintf_c(wchar_t * __restrict__ _DstBuf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,va_list _ArgList);
546+
#endif
547+
565548
_CRTIMP int __cdecl _snwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
566549
_CRTIMP int __cdecl _vsnwprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
567550

@@ -572,15 +555,13 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
572555
#pragma push_macro("vsnwprintf")
573556
# undef snwprintf
574557
# undef vsnwprintf
575-
int __cdecl snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...) __MINGW_ASM_CALL(__ms_snwprintf);
576-
int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg) __MINGW_ASM_CALL(__ms_vsnwprintf);
558+
int __cdecl snwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, ...);
559+
int __cdecl vsnwprintf (wchar_t * __restrict__ s, size_t n, const wchar_t * __restrict__ format, va_list arg);
577560
#pragma pop_macro ("vsnwprintf")
578561
#pragma pop_macro ("snwprintf")
579562
#endif
580563

581-
#endif /* _UCRT */
582-
583-
#endif /* _WSTDIO_DEFINED */
564+
#endif /* __NO_ISOCEXT */
584565

585566

586567
#ifdef _UCRT
@@ -802,10 +783,9 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
802783
{
803784
return __stdio_common_vswprintf(_CRT_INTERNAL_LOCAL_PRINTF_OPTIONS | _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR, NULL, 0, _Format, _Locale, _ArgList);
804785
}
805-
__mingw_ovr int __cdecl _vscwprintf(const wchar_t *_Format, va_list _ArgList)
806-
{
807-
return _vscwprintf_l(_Format, NULL, _ArgList);
808-
}
786+
787+
_CRTIMP int __cdecl _vscwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
788+
809789
__mingw_ovr int __cdecl _scwprintf_l(const wchar_t *_Format, _locale_t _Locale, ...)
810790
{
811791
__builtin_va_list _ArgList;
@@ -828,10 +808,7 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
828808
{
829809
return _vswprintf_c_l(_DstBuf, _MaxCount, _Format, _Locale, _ArgList);
830810
}
831-
__mingw_ovr int __cdecl _vswprintf(wchar_t *_DstBuf, const wchar_t *_Format, va_list _ArgList)
832-
{
833-
return _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, NULL, _ArgList);
834-
}
811+
_CRTIMP int __cdecl _vswprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,va_list _Args);
835812
__mingw_ovr int __cdecl _swprintf_c_l(wchar_t *_DstBuf, size_t _MaxCount, const wchar_t *_Format, _locale_t _Locale, ...)
836813
{
837814
__builtin_va_list _ArgList;
@@ -850,15 +827,7 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
850827
__builtin_va_end(_ArgList);
851828
return _Ret;
852829
}
853-
__mingw_ovr int __cdecl _swprintf(wchar_t *_DstBuf, const wchar_t *_Format, ...)
854-
{
855-
__builtin_va_list _ArgList;
856-
int _Ret;
857-
__builtin_va_start(_ArgList, _Format);
858-
_Ret = _vswprintf_c_l(_DstBuf, (size_t)-1, _Format, NULL, _ArgList);
859-
__builtin_va_end(_ArgList);
860-
return _Ret;
861-
}
830+
_CRTIMP int __cdecl _swprintf(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Format,...);
862831
#else /* _UCRT */
863832
_CRTIMP int __cdecl _fwprintf_p(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
864833
_CRTIMP int __cdecl _wprintf_p(const wchar_t * __restrict__ _Format,...);
@@ -957,7 +926,8 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
957926
#define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm)
958927
#define _getwc_nolock(_c) _fgetwc_nolock(_c)
959928
#endif
960-
#endif
929+
930+
#endif /* _WSTDIO_DEFINED */
961931

962932
#ifndef _WSTDLIB_DEFINED
963933
#define _WSTDLIB_DEFINED

clangarm64/lib/crt1u.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt2u.o

0 Bytes
Binary file not shown.

clangarm64/lib/libmingwex.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmsvcrt-os.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmsvcrt.a

15.8 KB
Binary file not shown.

clangarm64/lib/libucrt.a

15.8 KB
Binary file not shown.

clangarm64/lib/libucrtapp.a

15.8 KB
Binary file not shown.

clangarm64/lib/libucrtbase.a

15.8 KB
Binary file not shown.

clangarm64/lib/libucrtbased.a

15.8 KB
Binary file not shown.

clangarm64/lib/libwinstorecompat.a

42 Bytes
Binary file not shown.

var/lib/pacman/local/mingw-w64-clang-aarch64-crt-git-12.0.0.r735.g4a3edb6f8-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-crt-git-12.0.0.r747.g1a99f8514-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-crt-git
33

44
%VERSION%
5-
12.0.0.r735.g4a3edb6f8-1
5+
12.0.0.r747.g1a99f8514-1
66

77
%BASE%
88
mingw-w64-crt-git
@@ -17,16 +17,16 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1748038471
20+
1748185852
2121

2222
%INSTALLDATE%
23-
1748144562
23+
1748230814
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/999e4e93/15219840106)
26+
CI (msys2/msys2-autobuild/776a26e0/15239120451)
2727

2828
%SIZE%
29-
32188108
29+
32269138
3030

3131
%GROUPS%
3232
mingw-w64-clang-aarch64-toolchain

var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.657.d7f05a9c2-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1748074258
2121

2222
%INSTALLDATE%
23-
1748144567
23+
1748230820
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>

var/lib/pacman/local/mingw-w64-clang-aarch64-headers-git-12.0.0.r735.g4a3edb6f8-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-headers-git-12.0.0.r747.g1a99f8514-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-headers-git
33

44
%VERSION%
5-
12.0.0.r735.g4a3edb6f8-1
5+
12.0.0.r747.g1a99f8514-1
66

77
%BASE%
88
mingw-w64-headers-git
@@ -17,16 +17,16 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1748038220
20+
1748185617
2121

2222
%INSTALLDATE%
23-
1748144561
23+
1748230813
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/999e4e93/15219840106)
26+
CI (msys2/msys2-autobuild/776a26e0/15239120451)
2727

2828
%SIZE%
29-
90747831
29+
90743689
3030

3131
%GROUPS%
3232
mingw-w64-clang-aarch64-toolchain

0 commit comments

Comments
 (0)