Check if clazy should be linked to clang-cpp
ClosedPublic

Authored by krop on Nov 6 2019, 9:08 AM.

Details

Summary

According to [1], clang can now provide a single shared library instead of split
ones.

We have to check if this library exists and link to it if available.

[1] https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html#build-system-changes

Diff Detail

Repository
R74 Clazy
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
krop requested review of this revision.Nov 6 2019, 9:08 AM
krop created this revision.

thanks, will test this today

smartins accepted this revision.Nov 11 2019, 9:57 PM
This revision is now accepted and ready to land.Nov 11 2019, 9:57 PM
This revision was automatically updated to reflect the committed changes.