[PATCH] D93301: [flang][driver] Add support for `-c` and `-emit-obj`
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 15 08:05:23 PST 2020
awarzynski added a comment.
@dang , I would appreciate if you could take a look at the diff in Options.td - you introduced the most recent changes there: https://reviews.llvm.org/D82574. I got a bit confused with the nested `let` statements there. I couldn't find a better way of marking `-emit-obj` as a both `CC1Option` and `FC1Option`, so I just extracted it out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93301/new/
https://reviews.llvm.org/D93301
More information about the cfe-commits
mailing list