[flang-commits] [clang] [flang] [mlir] [MLIR][OpenMP] DeclareTargetInterface and DeclareTargetAttr cleanup (PR #217295)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Sep 2 08:15:19 PDT 2026


skatrak wrote:

> Is CaptureClauseNone/`capture_clause = none` valid? Whether it is or not, I think the testing gap existed already

I thought it wasn't, so it was something I looked into potentially removing as well, but apparently it's used by CIR to implement support for the `local` clause of `declare_target`. From the Flang side, we don't set it because we don't currently support that clause.

https://github.com/llvm/llvm-project/pull/217295


More information about the flang-commits mailing list