This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] kmp_affinity.h: add RISCV64 support
ClosedPublic

Authored by yabinc on Nov 17 2022, 3:33 PM.

Details

Summary

In D135552 the #else is added, which causes build error when
building openmp on RISCV64. This patch fixed the error:

"Unknown or unsupported architecture"

Diff Detail

Event Timeline

yabinc created this revision.Nov 17 2022, 3:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2022, 3:33 PM
yabinc requested review of this revision.Nov 17 2022, 3:33 PM
pirama accepted this revision.Nov 17 2022, 4:01 PM
This revision is now accepted and ready to land.Nov 17 2022, 4:01 PM
This revision was automatically updated to reflect the committed changes.