This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e13e3c3e5e2: [Flang][Driver] Enable Rpass and other R
family options. (authored by Victor Kingi ,
committed by kiranchandramohan).
Repository:
rG LLVM Github Monorepo
CHANGES SI
awarzynski accepted this revision.
awarzynski added a comment.
Thanks! LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157410/new/
https://reviews.llvm.org/D157410
___
cfe-commits mailing list
cfe-com
victorkingi updated this revision to Diff 548675.
victorkingi added a comment.
refactoring Options.td
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157410/new/
https://reviews.llvm.org/D157410
Files:
clang/include/clang/Driver/Options.td
clang
awarzynski accepted this revision.
awarzynski added a comment.
LG, with a small suggestion :) (in the spirit of cleaning up Options.td)
Comment at: clang/include/clang/Driver/Options.td:819-831
+def Rpass_EQ : Joined<["-"], "Rpass=">, Group,
Flags<[CC1Option, FlangOption, FC1O
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
LG.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157410/new/
https://reviews.llvm.org/D157410
___
cfe-commits mailing list
cf
victorkingi updated this revision to Diff 548530.
victorkingi added a comment.
Fix comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157410/new/
https://reviews.llvm.org/D157410
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver