Use AddAllArgs to keep the implementation succinct. Also adds missing
'-flang-experimental-hlfir` in "frontend-forwarding.f90"
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG.
| clang/lib/Driver/ToolChains/Flang.cpp | ||
|---|---|---|
| 146–147 | Is the order changing in the tests below (poly before hlfir) expected? | |
Comment Actions
Thanks for taking a look!
| clang/lib/Driver/ToolChains/Flang.cpp | ||
|---|---|---|
| 146–147 | Yes. AddAllArgs will consume -flang-experimental-polymorphism first because:
| |
Is the order changing in the tests below (poly before hlfir) expected?