Page MenuHome

Deps_Builder: Build clang-extra-tools as part of the clang build.
AbandonedPublic

Authored by Ray Molenkamp (LazyDodo) on Aug 7 2020, 10:38 PM.

Details

Summary

Windows does not have a system clang to rely on, for clang-format
we rely on a copy in the libs folder, however clang-tidy is not
build with regular clang build process and requires the clang-extra
project to be fetched and enabled.

Diff Detail

Repository
rB Blender
Branch
tmp_clang_extra (branched from master)
Build Status
Buildable 9412
Build 9412: arc lint + arc unit

Event Timeline

Ray Molenkamp (LazyDodo) requested review of this revision.Aug 7 2020, 10:38 PM
Ray Molenkamp (LazyDodo) created this revision.

This was preparation for D8503 given that got abandoned until llvm/clang fixes their bugs (which tends to be "a bit, if ever") not sure there's any benefit in keeping this