[Openmp-commits] [openmp] [OpenMP] Move KMP_CANCEL_THREADS control from preprocessor to CMake (PR #193681)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 17 07:14:02 PDT 2026


shiltian wrote:

> Would you advise removing
> 
> ```
> if(ANDROID OR WASM)
>   set(LIBOMP_USE_CANCEL_THREADS_DEFAULT FALSE)
> ```
> 
> completely and squashing it into this PR?

Yes.

> Alternatively, would it be better to merge this patch first and address the removal of ANDROID/WASM in a standalone PR?

I don't find it better, because it counters the point of this PR.

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


More information about the Openmp-commits mailing list