diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-07-19 10:52:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:52:56 (GMT) |
commit | b2cf2513f9184c850a69fab718532b4f7c6a003d (patch) | |
tree | 825b69796206e39d8703842958ef2d19ea951ca9 /Misc | |
parent | 635bfe8162981332b36cc556bac78e869af579c2 (diff) | |
download | cpython-b2cf2513f9184c850a69fab718532b4f7c6a003d.zip cpython-b2cf2513f9184c850a69fab718532b4f7c6a003d.tar.gz cpython-b2cf2513f9184c850a69fab718532b4f7c6a003d.tar.bz2 |
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-07-19-01-09-56.bpo-44340.JNeOf4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-07-19-01-09-56.bpo-44340.JNeOf4.rst b/Misc/NEWS.d/next/Build/2021-07-19-01-09-56.bpo-44340.JNeOf4.rst new file mode 100644 index 0000000..cf19eb6 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-07-19-01-09-56.bpo-44340.JNeOf4.rst @@ -0,0 +1,2 @@ +Add support for building with clang thin lto via --with-lto=thin/full. Patch +by Dong-hee Na and Brett Holman. |