diff options
author | jeanPerier <jperier@nvidia.com> | 2024-08-30 15:43:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 15:43:20 +0200 |
commit | 4a10b4c0bd241f3a2d7162fe29f520af7da6840c (patch) | |
tree | 0c9537059218eb900d0fec47e8adaeb84ed2165a /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 7ffe67c17c524c2d3056c0721a33c7012dce3061 (diff) | |
download | llvm-4a10b4c0bd241f3a2d7162fe29f520af7da6840c.zip llvm-4a10b4c0bd241f3a2d7162fe29f520af7da6840c.tar.gz llvm-4a10b4c0bd241f3a2d7162fe29f520af7da6840c.tar.bz2 |
[flang] fix flang builds with clang 20 after #100692 (#106718)
#100692 changes clang template deduction, and an error was now emitted
when building flang with top of the tree clang when mapping std::pow in
intrinsics-library.cpp for constant folding `error: address of
overloaded function 'pow' is ambiguous`
See https://lab.llvm.org/buildbot/#/builders/4/builds/1670
I I am not expert enough to understand if the new error is justified or
not here, but it is easy to help the compiler here with explicit
wrappers to fix the builds.
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions