Clang is unable to compile the Transform function for that combination of options.
Fixes #29801.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
./configure --enable-debug --with-sanitizers=address CC=clang CXX=clang++
) works with Ubuntu clang version 18.1.3 (1)
on x86_64.
Concept ACK - Think I prefer fixing this inline, than in global flags / build. I guess we didn’t end up making an issue upstream (https://github.com/llvm/llvm-project/issues)? If there is something to link to, would be good to add it here.
Upstream issue filed here: https://github.com/llvm/llvm-project/issues/92182
Upstream issue filed here: https://github.com/llvm/llvm-project/issues/92182
Thanks. Could you like to that thread from the comment added to the source, then this is probably good to go.
Clang is unable to compile the Transform function for that combination of
options.
Could you like to that thread from the comment added to the source, then this is probably good to go.
Done
ACK 141df0a28810470e53fdbc6d32d3cb4020fe3ca1
It builds :tada: