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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
320 ms | x64 debian > LLVM.CodeGen/RISCV::attributes.ll |
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?