When generating command lines, use the option spelling generated by TableGen (StringLiteral) instead of constructing it at runtime. This saves some needless allocations.
Depends on D157029.
Differential D157054
[clang] NFC: Use compile-time option spelling when generating command line jansvoboda11 on Aug 3 2023, 4:06 PM. Authored by
Details When generating command lines, use the option spelling generated by TableGen (StringLiteral) instead of constructing it at runtime. This saves some needless allocations. Depends on D157029.
Diff Detail
|