Open
Bug 1648428
Opened 4 years ago
Updated 2 years ago
Stop building the clang-plugin everywhere
Categories
(Firefox Build System :: Toolchains, enhancement)
Firefox Build System
Toolchains
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
References
(Blocks 1 open bug)
Details
E.g. we definitely don't need to build it for ccov builds. Probably similarly with the other instrumented builds such as ASAN, TSAN, and all the builds used for fuzzing.
Updated•4 years ago
|
Component: General → Toolchains
Comment 2•2 years ago
|
||
Unfortunately yes, because right now in some cases clang-plugin is enabled with --enable-clang-plugin
and in other scenarios with ENABLE_CLANG_PLUGIN
.
Flags: needinfo?(bpostelnicu)
You need to log in
before you can comment on or make changes to this bug.
Description
•