enabled_optional_components was a string so given something like
'AArch64AsmParser' it would also match components like 'AsmParser'.
There's nothing in tree where it matters. It came up while trying use
this feature to replace a downstream hack that removes unused subcomponents
from our dylib.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo