This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] libomp: Fix crash in case application send us negative thread_limit value
ClosedPublic

Authored by AndreyChurbanov on Dec 8 2021, 6:16 AM.

Details

Summary

Fix crash in case non-conforming application send us negative thread_limit value.

Issue warning and continue with default value instead of crash silently.

Diff Detail