================ @@ -760,6 +760,9 @@ void clang::getOpenMPCaptureRegions( case OMPD_parallel: CaptureRegions.push_back(OMPD_parallel); break; + case OMPD_assume: + CaptureRegions.push_back(OMPD_unknown); + break; ---------------- alexey-bataev wrote:
Why? We usually add OMPD_unknown to the directives that do nit require outlining to a standalone function, here should be the same behavior. https://github.com/llvm/llvm-project/pull/97535 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits