Page MenuHomeFreeBSD

Enable OpenMP for powerpc64
ClosedPublic

Authored by pkubaj on Sep 5 2019, 7:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 9:29 AM
Unknown Object (File)
Thu, Nov 21, 12:32 AM
Unknown Object (File)
Tue, Nov 19, 11:46 PM
Unknown Object (File)
Tue, Nov 19, 11:32 AM
Unknown Object (File)
Sat, Nov 9, 9:12 PM
Unknown Object (File)
Fri, Nov 8, 9:02 PM
Unknown Object (File)
Thu, Nov 7, 10:27 AM
Unknown Object (File)
Wed, Nov 6, 4:15 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.