-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
Bo98
Nov 22, 2024
Replies: 1 comment 10 replies
-
Looks like this happens if you have Ubuntu's I'd probably call this an LLVM bug. Clang in C++ mode perhaps should filter GCC installations more strictly and fall back to the g++-11 install. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
ipatch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this happens if you have Ubuntu's
gcc-12
installed but notg++-12
(or rather its dependencylibstdc++-12-dev
).I'd probably call this an LLVM bug. Clang in C++ mode perhaps should filter GCC installations more strictly and fall back to the g++-11 install.