Bug 1849075 - Update builders to clang 18. r=firefox-build-system-reviewers,sergesanspaille

Differential Revision: https://phabricator.services.mozilla.com/D208955
This commit is contained in:
Mike Hommey
2024-05-23 04:28:37 +00:00
parent f1d8888baa
commit 50131a06a9
7 changed files with 69 additions and 66 deletions

View File

@@ -446,7 +446,7 @@ def prune_final_dir_for_clang_tidy(final_dir, target):
if is_darwin(target) and name in ["libLLVM.dylib", "libclang-cpp.dylib"]:
continue
if is_linux(target) and (
fnmatch.fnmatch(name, "libLLVM*.so")
fnmatch.fnmatch(name, "libLLVM*.so*")
or fnmatch.fnmatch(name, "libclang-cpp.so*")
):
continue