This is an archive of the discontinued LLVM Phabricator instance.

Add initial XRay support for NetBSD
ClosedPublic

Authored by krytarowski on Feb 15 2018, 9:34 PM.

Details

Diff Detail

Event Timeline

krytarowski created this revision.Feb 15 2018, 9:34 PM
This comment was removed by krytarowski.
krytarowski retitled this revision from Add XRay support for NetBSD to Add initial XRay support for NetBSD.Feb 15 2018, 9:47 PM
dberris accepted this revision.Feb 15 2018, 10:07 PM
dberris added a subscriber: mclow.lists.

LGTM -- though @mclow.lists had mentioned that there were breakages due to the original FreeBSD change ignoring Darwin/macOS builds?

This revision is now accepted and ready to land.Feb 15 2018, 10:07 PM

LGTM -- though @mclow.lists had mentioned that there were breakages due to the original FreeBSD change ignoring Darwin/macOS builds?

I've fixed the fallout.

There were 2 bugs:

  • lack of '(' and ')' in lit
  • lack of a dummy fallback getTSCFrequency() for unsupported OSes
This revision was automatically updated to reflect the committed changes.