clang-omp / clang_trunk

Other
12 stars 11 forks source link

Avoid checking constraints that are host specific in the OpenMP target #15

Closed sfantao closed 9 years ago

sfantao commented 9 years ago

Hi Alexey,

This patch fixes the issue reported in https://github.com/clang-omp/clang_trunk/issues/13.

It basically prevents the target frontend from checking for host attributes.

Thanks! Samuel