diff options
author | Zanie Blue <contact@zanie.dev> | 2025-01-07 03:02:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 03:02:55 (GMT) |
commit | 24b147a19b360c49cb1740aa46211d342aaa071f (patch) | |
tree | 38f11b6c5ae939b2d9af7f9b9d650c222e7b4222 /Misc | |
parent | 953b49e5468d02afaddadc2307f4763422078603 (diff) | |
download | cpython-24b147a19b360c49cb1740aa46211d342aaa071f.zip cpython-24b147a19b360c49cb1740aa46211d342aaa071f.tar.gz cpython-24b147a19b360c49cb1740aa46211d342aaa071f.tar.bz2 |
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)
* Add `-skip-funcs` to BOLT options to fix computed goto errors
Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
* NEWS
---------
Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2025-01-04-22-39-10.gh-issue-128472.Wt5E6M.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2025-01-04-22-39-10.gh-issue-128472.Wt5E6M.rst b/Misc/NEWS.d/next/Build/2025-01-04-22-39-10.gh-issue-128472.Wt5E6M.rst new file mode 100644 index 0000000..c6233e1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2025-01-04-22-39-10.gh-issue-128472.Wt5E6M.rst @@ -0,0 +1,2 @@ +Skip BOLT optimization of functions using computed gotos, fixing errors on +build with LLVM 19. |