[flang-commits] [flang] [flang][openmp] Support importing module declare target globals (PR #213930)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Tue Sep 1 04:04:12 PDT 2026
================
@@ -626,6 +626,11 @@ class FirConverter : public Fortran::lower::AbstractConverter {
bridge.getLoweringOptions().getFPExceptionTraps());
});
+ createBuilderOutsideOfFuncOpAndDo([&]() {
----------------
skatrak wrote:
Thanks for the clarification, you could put a small comment there to document that.
https://github.com/llvm/llvm-project/pull/213930
More information about the flang-commits
mailing list