This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ofekshilon
Recipients ofekshilon
Date 2022-03-28.10:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648464407.56.0.975002069724.issue47140@roundup.psfhosted.org>
In-reply-to
Content
Working on 3/228/2022 github trunk in Ubuntu20. If I use the shipped clang10 :
$ ./configure --enable-optimizations
succeeds. If however I -
$ export CC=clang-12
`configure` starts to fail with symptoms identical to https://bugs.python.org/issue36002:

checking for --enable-optimizations... yes
checking for --with-lto... no
checking for -llvm-profdata... no
configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found.

Manually setting LLVM_PROFDATA is still a valid workaround.
History
Date User Action Args
2022-03-28 10:46:47ofekshilonsetrecipients: + ofekshilon
2022-03-28 10:46:47ofekshilonsetmessageid: <1648464407.56.0.975002069724.issue47140@roundup.psfhosted.org>
2022-03-28 10:46:47ofekshilonlinkissue47140 messages
2022-03-28 10:46:47ofekshiloncreate