This is an archive of the discontinued LLVM Phabricator instance.

OpenMP: Support FreeBSD on AArch64.
ClosedPublic

Authored by brooks on Apr 2 2020, 12:53 PM.

Details

Reviewers
jdoerfert
Group Reviewers
Restricted Project
Summary

This incidentlly makes FreeBSD's x86_64 support follow Linux. This seems
to work fine and is probably simpler than the current divergence.

This work was submitted by Greg V in FreeBSD's phabricator
https://reviews.freebsd.org/D21167 and I have applied a slightly
different version to our packaged version of llvm10.

Diff Detail

Event Timeline

brooks created this revision.Apr 2 2020, 12:53 PM

Could you please run clang-format on the changes (new lines are too long). Thanks.

brooks updated this revision to Diff 270410.Jun 12 2020, 8:26 AM
  • clang-format patched lines.
This revision is now accepted and ready to land.Jun 13 2020, 9:08 AM
dim closed this revision.Aug 24 2020, 1:47 PM
dim added a subscriber: dim.

This has been obsoleted by D86397 (committed as rGcde8f4c164a2 with follow-up rG47b0262d3f82).