[PATCH] D123070: [Driver][NFC] Simplify handling of flags in Options.td

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 07:01:34 PDT 2022


jansvoboda11 accepted this revision.
jansvoboda11 added a comment.

Thank you for working on this!

I you haven't already, I suggest you test this change by dumping all TableGen records in the backend and comparing the before and after. When working on `Options.td`, I found it quite easy to introduce small differences that don't cause test failures on my machine, but may become observable on other configurations.

LGTM!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123070/new/

https://reviews.llvm.org/D123070



More information about the cfe-commits mailing list