Page MenuHomeFreeBSD

Enable OpenMP for powerpc64
ClosedPublic

Authored by pkubaj on Sep 5 2019, 7:54 AM.
Tags
None
Referenced Files
F152167098: D21532.id62608.diff
Mon, Apr 13, 4:46 AM
Unknown Object (File)
Sat, Apr 11, 1:00 AM
Unknown Object (File)
Thu, Apr 9, 12:38 PM
Unknown Object (File)
Thu, Apr 9, 8:43 AM
Unknown Object (File)
Thu, Apr 9, 4:24 AM
Unknown Object (File)
Thu, Mar 26, 7:46 PM
Unknown Object (File)
Wed, Mar 25, 4:02 PM
Unknown Object (File)
Wed, Mar 25, 5:41 AM

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.