node-darwin-x64 17.0.1 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +321 -187
  2. package/LICENSE +177 -51
  3. package/README.md +250 -245
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -1
  6. package/include/node/config.gypi +2 -0
  7. package/include/node/node_version.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/v8-version.h +1 -1
  77. package/package.json +1 -1
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.12',
39
+ 'v8_embedder_string': '-node.13',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -99,6 +99,11 @@
99
99
  'obj_dir%': '<(PRODUCT_DIR)/obj.target',
100
100
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
101
101
  }],
102
+ # V8 pointer compression only supports 64bit architectures.
103
+ ['target_arch in "arm ia32 mips mipsel ppc x32"', {
104
+ 'v8_enable_pointer_compression': 0,
105
+ 'v8_enable_31bit_smis_on_64bit_arch': 0,
106
+ }],
102
107
  ['target_arch in "ppc64 s390x"', {
103
108
  'v8_enable_backtrace': 1,
104
109
  }],
@@ -131,6 +131,7 @@
131
131
  'lib/internal/blob.js',
132
132
  'lib/internal/socket_list.js',
133
133
  'lib/internal/socketaddress.js',
134
+ 'lib/internal/promise_hooks.js',
134
135
  'lib/internal/stream_base_commons.js',
135
136
  'lib/internal/url.js',
136
137
  'lib/internal/async_hooks.js',
@@ -244,6 +245,7 @@
244
245
  'lib/internal/modules/run_main.js',
245
246
  'lib/internal/modules/package_json_reader.js',
246
247
  'lib/internal/modules/esm/module_job.js',
248
+ 'lib/internal/modules/esm/assert.js',
247
249
  'lib/internal/modules/esm/get_source.js',
248
250
  'lib/internal/modules/esm/translators.js',
249
251
  'lib/internal/modules/esm/resolve.js',
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 0
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 1
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Oct 18 06:50:11 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:07:57 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Oct 18 06:50:27 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:08:13 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Oct 18 06:50:42 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:08:28 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:50:56 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:08:42 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:51:15 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:09:01 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:51:34 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:09:20 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:04:45 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:22:31 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:04:59 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:22:45 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:05:13 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:23:00 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Mon Oct 18 07:05:26 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:23:12 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:03:56 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:21:43 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:04:15 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:22:01 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Mon Oct 18 07:04:32 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:22:19 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Mon Oct 18 06:48:46 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:06:31 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Mon Oct 18 06:49:01 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:06:46 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Mon Oct 18 06:49:15 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:07:00 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc-as"
14
- #define DATE "built on: Mon Oct 18 06:49:28 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:07:14 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc-as"
14
- #define DATE "built on: Mon Oct 18 06:49:43 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:07:29 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc-as"
14
- #define DATE "built on: Mon Oct 18 06:49:58 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:07:43 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Mon Oct 18 06:52:38 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:10:24 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Mon Oct 18 06:52:53 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:10:39 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Mon Oct 18 06:53:08 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:10:55 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Mon Oct 18 06:53:22 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:11:08 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Mon Oct 18 06:53:36 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:11:23 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Mon Oct 18 06:53:51 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:11:37 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Mon Oct 18 06:51:47 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:09:34 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Mon Oct 18 06:52:06 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:09:52 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Mon Oct 18 06:52:25 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:10:11 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Mon Oct 18 06:54:04 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:11:51 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Mon Oct 18 06:54:19 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:12:06 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Mon Oct 18 06:54:34 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:12:21 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Mon Oct 18 06:54:47 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:12:34 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Mon Oct 18 06:55:02 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:12:49 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Mon Oct 18 06:55:17 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:13:04 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Mon Oct 18 06:55:30 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:13:18 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Mon Oct 18 06:55:46 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:13:33 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Mon Oct 18 06:56:01 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:13:49 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Mon Oct 18 06:57:57 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:15:46 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Mon Oct 18 06:58:12 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:16:01 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Mon Oct 18 06:58:26 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:16:16 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Mon Oct 18 06:58:40 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:16:29 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Mon Oct 18 06:58:55 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:16:45 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Mon Oct 18 06:59:10 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:17:00 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Mon Oct 18 06:59:24 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:17:14 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Mon Oct 18 06:59:40 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:17:29 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Mon Oct 18 06:59:55 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:17:44 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x32"
14
- #define DATE "built on: Mon Oct 18 06:56:14 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:14:02 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x32"
14
- #define DATE "built on: Mon Oct 18 06:56:34 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:14:22 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x32"
14
- #define DATE "built on: Mon Oct 18 06:56:52 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:14:41 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:57:06 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:14:54 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:57:25 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:15:14 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Mon Oct 18 06:57:44 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:15:33 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Mon Oct 18 07:00:09 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:17:57 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Mon Oct 18 07:00:24 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:18:12 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Mon Oct 18 07:00:39 2021 UTC"
14
+ #define DATE "built on: Tue Oct 19 08:18:27 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a