[flang-commits] [flang] [llvm] [flang][OpenMP] Add parsing support for Task detach (PR #112312)
David Spickett via flang-commits
flang-commits at lists.llvm.org
Mon Nov 4 08:06:24 PST 2024
DavidSpickett wrote:
@luporl might be able to help here.
On a high level, you would find out what produces that omp_lib (`openmp` being an enabled subproject?) and then add a lit test feature for that thing. Maybe this existing one would do the job?
```
! REQUIRES: openmp_runtime
```
https://github.com/llvm/llvm-project/pull/112312
More information about the flang-commits
mailing list