Summary: | Failed to make by clang-5.0svn | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Leslie Zhai <zhaixiang> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Leslie Zhai
2017-06-07 08:16:54 UTC
can you check if clazy 1.1 builds with that version of clang ? clang-5.0svn is able to build clazy v1.1, I am reading the patch diff -Naur clazy-1.1 clazy > clazy.patch Builds fine on Archlinux, with clang 5.0 from git Can you try disabling clazy-standalone from building, and only building clazy plugin ? Git commit 754fdceae7de7cbf737af919e28f1a1ec8270189 by Sergio Martins. Committed on 11/06/2017 at 18:54. Pushed by smartins into branch '1.2'. Fix fedora 25 build Don't link to LLVMSupport if not needed. Respect LLVM_LIBS_LIST. Might also fix another bug: M +8 -5 CMakeLists.txt https://commits.kde.org/clazy/754fdceae7de7cbf737af919e28f1a1ec8270189 This should be fixed, please re-test Sorry for late response! worked :) |