This is an archive of the discontinued LLVM Phabricator instance.

Define OpenMP alloc macros before they are used
AbandonedPublic

Authored by penzn on Jun 6 2022, 3:38 PM.

Details

Summary

Move KMP 'ALLOC' macro definitions in kmp.h before they can be used in kmp_barrier.h.

Fixes: https://github.com/llvm/llvm-project/issues/55815

Diff Detail

Event Timeline

penzn created this revision.Jun 6 2022, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 3:38 PM
penzn requested review of this revision.Jun 6 2022, 3:38 PM
penzn abandoned this revision.Jun 6 2022, 5:43 PM

Abandon in favor of D126873