Page MenuHomeFreeBSD

Enable OpenMP for powerpc64
ClosedPublic

Authored by pkubaj on Sep 5 2019, 7:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 11:38 PM
Unknown Object (File)
Mon, Jun 8, 10:50 AM
Unknown Object (File)
Sat, Jun 6, 2:52 AM
Unknown Object (File)
May 3 2026, 1:01 AM
Unknown Object (File)
May 2 2026, 11:54 AM
Unknown Object (File)
Apr 30 2026, 5:16 AM
Unknown Object (File)
Apr 28 2026, 4:23 PM
Unknown Object (File)
Apr 27 2026, 11:13 PM

Details

Summary

When powerpc64 switches to LLVM, use this patch to enable OpenMP as well. OpenMP on PPC is only for 64-bits, so don't make a 32-bit libomp. A change to openmp files is necesssary (under review on https://reviews.llvm.org/D67190), because it determines ELF format version based on endianness, which is incorrect.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp added a subscriber: 0mp.

OK from manpages.

Are you planning to patch llvm9 in ports?

Looks good to me, but I'm suspect :)

This revision is now accepted and ready to land.Sep 5 2019, 7:28 PM
In D21532#469129, @alfredo.junior_eldorado.org.br wrote:

Looks good to me, but I'm suspect :)

Merged to devel/llvm90 in https://svnweb.freebsd.org/ports?view=revision&revision=511878. We could also patch devel/llvm80, but llvm90 is going to be the default soon anyway.

This revision was automatically updated to reflect the committed changes.