[PATCH] D26983: [xray] Add XRay support for Mach-O in CodeGen

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 11:01:43 PST 2016


kubabrecka created this revision.
kubabrecka added reviewers: dberris, rnk, kcc.
kubabrecka added a subscriber: llvm-commits.
kubabrecka set the repository for this revision to rL LLVM.

Currently, XRay only supports emitting the XRay table (`xray_instr_map`) on ELF binaries.  Let's add Mach-O support.


Repository:
  rL LLVM

https://reviews.llvm.org/D26983

Files:
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/ARM/ARMMCInstLower.cpp
  lib/Target/X86/X86MCInstLower.cpp
  test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
  test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll
  test/CodeGen/ARM/xray-tail-call-sled.ll
  test/CodeGen/X86/xray-attribute-instrumentation.ll
  test/CodeGen/X86/xray-tail-call-sled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26983.78897.patch
Type: text/x-patch
Size: 15054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/e67b94fa/attachment.bin>


More information about the llvm-commits mailing list