[clang] scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do (PR #108549)

2024-09-14 Thread Martin 'JaMa' Jansa via cfe-commits
shr-project wrote: > It looks like you're trying to undo #106612? cc @mgorny Ah, not intentionally, I should have checked the git history more carefully before creating this PR (which is still only a draft). I don't use libscanbuild at all, but in OpenEmbedded builds the python modules are ins

[clang] scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do (PR #108549)

2024-09-13 Thread Martin 'JaMa' Jansa via cfe-commits
https://github.com/shr-project updated https://github.com/llvm/llvm-project/pull/108549 >From 736d42d3c160edb5303a07da3c5315051838d963 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 13 Sep 2024 13:38:08 +0200 Subject: [PATCH] scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do

[clang] scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do (PR #108549)

2024-09-13 Thread Martin 'JaMa' Jansa via cfe-commits
https://github.com/shr-project created https://github.com/llvm/llvm-project/pull/108549 * other libraries are installed in 'lib64' or 'lib32' based on LLVM_LIBDIR_SUFFIX value, but libscanbuild files were always installed in 'lib' >From e2f395036234aa26da290dd827b787ea48011d0b Mon Sep 17 00:00