File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ Release date: TBA
10
10
Core and Builtins
11
11
-----------------
12
12
13
- - Issue #27983: Cause lack of llvm-profdata tool when using clang as
14
- required for PGO linking to be a configure time error rather than
15
- make time when --with-optimizations is enabled. Also improve our
16
- ability to find the llvm-profdata tool on MacOS and some Linuxes.
17
-
18
- - Issue #26307: The profile-opt build now applys PGO to the built-in modules.
19
-
20
13
- Issue #27812: Properly clear out a generator's frame's backreference to the
21
14
generator to prevent crashes in frame.clear().
22
15
@@ -277,6 +270,13 @@ Windows
277
270
Build
278
271
-----
279
272
273
+ - Issue #27983: Cause lack of llvm-profdata tool when using clang as
274
+ required for PGO linking to be a configure time error rather than
275
+ make time when --with-optimizations is enabled. Also improve our
276
+ ability to find the llvm-profdata tool on MacOS and some Linuxes.
277
+
278
+ - Issue #26307: The profile-opt build now applys PGO to the built-in modules.
279
+
280
280
- Issue #26359: Add the --with-optimizations configure flag.
281
281
282
282
- Issue #27713: Suppress spurious build warnings when updating importlib's
You can’t perform that action at this time.
0 commit comments