Commit bfac23a4 authored by Gregory P. Smith's avatar Gregory P. Smith

Move my news entries to the build section.

parent 97191618
...@@ -10,13 +10,6 @@ Release date: TBA ...@@ -10,13 +10,6 @@ Release date: TBA
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
required for PGO linking to be a configure time error rather than
make time when --with-optimizations is enabled. Also improve our
ability to find the llvm-profdata tool on MacOS and some Linuxes.
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
- Issue #27812: Properly clear out a generator's frame's backreference to the - Issue #27812: Properly clear out a generator's frame's backreference to the
generator to prevent crashes in frame.clear(). generator to prevent crashes in frame.clear().
...@@ -277,6 +270,13 @@ Windows ...@@ -277,6 +270,13 @@ Windows
Build Build
----- -----
- Issue #27983: Cause lack of llvm-profdata tool when using clang as
required for PGO linking to be a configure time error rather than
make time when --with-optimizations is enabled. Also improve our
ability to find the llvm-profdata tool on MacOS and some Linuxes.
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
- Issue #26359: Add the --with-optimizations configure flag. - Issue #26359: Add the --with-optimizations configure flag.
- Issue #27713: Suppress spurious build warnings when updating importlib's - Issue #27713: Suppress spurious build warnings when updating importlib's
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment