Bug#903827: Package(s) broken by CLANG_RESOURCE_DIR change
Andreas Beckmann
anbe at debian.org
Mon Jul 16 12:16:36 BST 2018
On Sun, 15 Jul 2018 14:50:10 +0200 Graham Inggs <ginggs at debian.org> wrote:
> Cloning and re-assigning so we can fix this for future releases.
Since the affected packages should already be linked against libclang*.so*, is it possible to query the path at runtime?
This is what we currently have (only checked Rebecca's list):
# libpocl2
strings /usr/lib/x86_64-linux-gnu/libpocl.so.2.1.0 | grep /usr/lib/llvm-6.0/lib/clang
/usr/lib/llvm-6.0/lib/clang/6.0.0/include/opencl-c.h
# mesa-opencl-icd
strings /usr/lib/x86_64-linux-gnu/libMesaOpenCL.so.1.0.0 | grep /usr/lib/llvm-6.0/lib/clang
/usr/lib/llvm-6.0/lib/clang/6.0.1
# qtcreator
strings /usr/lib/x86_64-linux-gnu/qtcreator/plugins/libClangCodeModel.so | grep /usr/lib/llvm-6.0/lib/clang
/usr/lib/llvm-6.0/lib/clang/6.0.0/include
I couldn't find evidence for irony-mode.
Andreas
More information about the Pkg-llvm-team
mailing list