[PATCH] D51378: [OPENMP] Add support for nested 'declare target' directives

Ravi Narayanaswamy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 28 14:31:32 PDT 2018


RaviNarayanaswamy added a comment.

Is there a way to tell if the header files have matching omp declare target/omp end declare target.  
The reason is if one of the header files is missing a matching omp end declare target all files which include it will end up having everything marked with declare target


Repository:
  rC Clang

https://reviews.llvm.org/D51378





More information about the cfe-commits mailing list