This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe88ff8a79b8b: [flang][nfc] Simplify option forwarding
(authored by awarzynski).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
h
awarzynski added a comment.
Thanks for taking a look!
Comment at: clang/lib/Driver/ToolChains/Flang.cpp:146-147
+
+ Args.AddAllArgs(CmdArgs, {options::OPT_flang_experimental_hlfir,
+options::OPT_flang_experimental_polymorphism});
}
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.
LG.
Comment at: clang/lib/Driver/ToolChains/Flang.cpp:146-147
+
+ Args.AddAllArgs(CmdArgs, {options::OPT_flang_experimental_hlfir,
+
awarzynski created this revision.
awarzynski added a reviewer: kiranchandramohan.
Herald added a reviewer: sscalpone.
Herald added a subscriber: sunshaoce.
Herald added projects: Flang, All.
awarzynski requested review of this revision.
Herald added subscribers: cfe-commits, jdoerfert, MaskRay.
Her