[PATCH] D39114: [XRay] Initial XRay in Darwin Support

Dean Michael Berris via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 1 22:58:09 PDT 2017


dberris added a comment.

@kubamracek -- if you don't mind having a look at this, I'm looking for thoughts/feedback on how we can address the "blockers":

- Assembly for Darwin x86_64 and how we avoid the ELF'isms (do we need to implement darwin-specific assembly for MachO?)
- Syscalls, testing, etc. -- whether we need to do anything special here for making it work on macOS.


https://reviews.llvm.org/D39114





More information about the cfe-commits mailing list