1 Commits

Author SHA1 Message Date
David Pagan
9fac225e22
[clang][OpenMP] 6.0: Add default clause support for 'target' directive (#162910)
Per OpenMP 6.0 specification, section 7.5.1, default Clause

Page 224, lines 3-5 default Clause, Semantics
  If data-sharing-attribute is shared then the clause has no effect
  on a target construct; otherwise, its effect on a target construct is
  equivalent to specifying the defaultmap clause with the same
  data-sharing-attribute and variable-category.

Testing:
  OpenMP LIT tests
  check-all
2025-11-11 11:59:18 -08:00