Thanks, seeing a real-world multilib.yaml
example is actually very helpful (including the logic that was used to generate it). The part I’m still unsure about is why do we need PrintOptions
separate from Flags
. This aspect is adding a lot of implementation and configuration complexity, and it’s not clear to me why it’s needed. Can you explain the motivation? Why can’t we use Flags
for the -print-multi-lib
output?