This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changes
ClosedPublic

Authored by jlpeyton on Dec 13 2021, 12:19 PM.

Diff Detail

Event Timeline

jlpeyton created this revision.Dec 13 2021, 12:19 PM
jlpeyton requested review of this revision.Dec 13 2021, 12:19 PM

looks good to me. please land this asap as it is breaking arm64.
see:
https://github.com/llvm/llvm-project/issues/52668

kaz7 added a comment.Dec 13 2021, 10:17 PM

LGTM too. I can compile openmp for VE without errors after applying this patch.

kaz7 accepted this revision.Dec 13 2021, 10:19 PM
This revision is now accepted and ready to land.Dec 13 2021, 10:19 PM

I pushed it to unbreak the arm64 builds

it fixed the build issue!