https://bugs.kde.org/show_bug.cgi?id=438249

--- Comment #20 from Andrei Slavoiu <ansl...@yahoo.com> ---
(In reply to Igor Kushnir from comment #19)
> If you can reproduce the crash consistently with Clang 14
> (I cannot with my system Clang 13), report the bug.
Yes, it crashes consistently with clang 14, I'll look into reporting the bug
upstream.

> Does KDevelop compiled against Clang 13 call Clang 14 implementation at
> runtime or does it keep using the Clang 13 version it was compiled against?
Gentoo puts the libraries of each clang version in it's own dir, so it keeps
using the one it was built with:
# ldd /usr/lib64/qt5/plugins/kdevplatform/36/kdevclangsupport.so | grep llvm
        libclang.so.13 => /usr/lib/llvm/13/lib64/libclang.so.13
(0x00007f3303933000)
        libLLVM-13.so => /usr/lib/llvm/13/lib64/../lib64/libLLVM-13.so
(0x00007f32fafd9000)
After adjusting the symlinks from llvm/13 to point to the ones in llvm/14,
kdevelop built with clang-13 and ran with clang-14 crashes the same way as the
one built with clnag-14.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to