Currently, XRay only supports emitting the XRay table (xray_instr_map) on ELF binaries. Let's add Mach-O support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM -- thanks Kuba!
Just out of curiosity, you're also going to do the clang and compiler-rt side changes to support XRay for Mach-O supporting systems?
Comment Actions
I don't have time to work on that now, but I have partial and ugly patches for compiler-rt and clang. I'll try to clean those and push the out when I get a chance to.