Summary: | Undefined symbols builing clazy on MacOS with llvm20 | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Steve Skutnik <skutnikse> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, smartins |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/sdk/clazy/-/commit/0fd4639c123322ccd036de20f2f7a63071456463 | Version Fixed In: | |
Sentry Crash Report: |
Description
Steve Skutnik
2025-07-08 14:19:51 UTC
This is suprising to me - how did you aquite clang? TO disable the clang-tidy plugin for now, add -DCLAZY_BUILD_CLANG_TIDY=OFF to the cmake parameters Okay, managed to get KDE CI to run into the same issue A possibly relevant merge request was started @ https://invent.kde.org/sdk/clazy/-/merge_requests/218 Git commit 0fd4639c123322ccd036de20f2f7a63071456463 by Alexander Lohnau. Committed on 31/08/2025 at 05:16. Pushed by alex into branch 'master'. Fix build on MacOS by explicitly including clangTidy lib On linux, this dependency is implicitly provided. M +1 -0 cmake/FindClang.cmake https://invent.kde.org/sdk/clazy/-/commit/0fd4639c123322ccd036de20f2f7a63071456463 |