[flang-commits] [PATCH] D131054: [flang] Add Solaris/x86 support to Optimizer/CodeGen/Target.cpp
Diana Picus via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Aug 11 00:14:50 PDT 2022
rovka accepted this revision.
rovka added a comment.
This revision is now accepted and ready to land.
You're right that support for various OSes/targets is incomplete or missing in flang. I think it's ok to let Solaris through here if you're interested in supporting it, as it allows you to have a build of flang that you can experiment with. At the moment, code generation support is considered experimental in flang and not enabled by default, so this shouldn't cause innocent users any headaches.
Are you planning to enable flang on a Solaris buildbot?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131054/new/
https://reviews.llvm.org/D131054
More information about the flang-commits
mailing list