[PATCH] D79092: [Flang][Driver]Add new flang driver main() entrypoint
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 02:05:40 PDT 2020
CarolineConcatto added a comment.
@schweitz Ok, I am open to solutions for the concern @sscalpone brought.
I suggested the flag because I can see it is what is done with MLIR for FIR.
ATM it is not possible to remove clang from the libraries because the Driver class is inside clang.
Probably the Driver class will need to be refactored in the future, maybe when we have a stable flang driver.
But for now, it will only delay more flang driver functionality.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79092/new/
https://reviews.llvm.org/D79092
More information about the llvm-commits
mailing list