[PATCH] D100556: [flang][driver] Refactor methods for parsing options (nfc)
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 03:45:59 PDT 2021
SouraVX accepted this revision.
SouraVX added a comment.
This revision is now accepted and ready to land.
LG - Thanks! with one question inline :)
================
Comment at: flang/include/flang/Frontend/FrontendOptions.h:225
+ /// The input kind, either specified via -x argument or deduced from the input
+ /// file name.
----------------
Out of curiosity, what does clang does for this ?
```
clang -x c++ main.c
```
Is sharing possible ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100556/new/
https://reviews.llvm.org/D100556
More information about the llvm-commits
mailing list