This is an archive of the discontinued LLVM Phabricator instance.

Disable KMP_CANCEL_THREADS on Android
ClosedPublic

Authored by pirama on Aug 1 2016, 1:01 PM.

Details

Summary

Android does not have pthread_cancel. Disable KMP_CANCEL_THREADS if
ANDROID is defined.

Diff Detail

Repository
rL LLVM

Event Timeline

pirama updated this revision to Diff 66361.Aug 1 2016, 1:01 PM
pirama retitled this revision from to Disable KMP_CANCEL_THREADS on Android.
pirama updated this object.
pirama added subscribers: openmp-commits, srhines.
This revision is now accepted and ready to land.Aug 3 2016, 7:32 AM

Thanks for the LGTM Audrey.

This revision was automatically updated to reflect the committed changes.