[clang] [OpenMP] Introduce support for OMPX extensions and taskgraph frontend (PR #66919)

Jose Manuel Monsalve Diaz via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 08:14:59 PDT 2023


josemonsalve2 wrote:

I mean front end code minus the taskgraph directive part. Just the part that allows for ompx to be used. 

If we include the taskgraph, then it will generate code that cannot be linked. So it would be a PR that will not work for programs. 

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


More information about the cfe-commits mailing list