Skip to content

Commit bfac23a

Browse files
committed
Move my news entries to the build section.
1 parent 9719161 commit bfac23a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Misc/NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ Release date: TBA
1010
Core and Builtins
1111
-----------------
1212

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-
2013
- Issue #27812: Properly clear out a generator's frame's backreference to the
2114
generator to prevent crashes in frame.clear().
2215

@@ -277,6 +270,13 @@ Windows
277270
Build
278271
-----
279272

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+
280280
- Issue #26359: Add the --with-optimizations configure flag.
281281

282282
- Issue #27713: Suppress spurious build warnings when updating importlib's

0 commit comments

Comments
 (0)