[PATCH] D103177: [flang][driver] Extend the `flang` bash script to act as a driver
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 09:16:06 PDT 2021
awarzynski added a comment.
I tested the updated `flang` script with SPEC 2017 and it worked fine for me. However, I don't really use the functionality re-implemented here, so I might have missed something. I would really appreciate if you tested your workflows and let me know whether everything works for you as before.
I still need to:
- remove code for calling external compilers in `f18.cpp`
- update error messages in `flang`
- make `flang` switch between `f18` and `flang-new` based on `FLANG_BUILD_NEW_DRIVER`
I appreciate that in this respect my patch is a bit incomplete, but I will be away in the coming days and was hoping to get some early feedback in the meantime.
Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103177/new/
https://reviews.llvm.org/D103177
More information about the llvm-commits
mailing list