[PATCH] D43370: Add initial XRay support for NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 22:13:53 PST 2018


krytarowski added a comment.

In https://reviews.llvm.org/D43370#1009740, @dberris wrote:

> 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


Repository:
  rL LLVM

https://reviews.llvm.org/D43370





More information about the llvm-commits mailing list