[PATCH] D21982: [compiler-rt][XRay] Initial per-thread inmemory logging implementation

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 22:06:12 PDT 2016


dberris updated this revision to Diff 65661.
dberris added a comment.

- Rename xray_trampoline_x86.S to xray_trampoline_x86_64.S

Based on review comments from https://reviews.llvm.org/D21612.


https://reviews.llvm.org/D21982

Files:
  include/xray/xray_records.h
  lib/xray/CMakeLists.txt
  lib/xray/xray_flags.inc
  lib/xray/xray_inmemory_log.cc
  lib/xray/xray_trampoline_x86.S
  lib/xray/xray_trampoline_x86_64.S
  test/CMakeLists.txt
  test/lit.common.cfg
  test/xray/CMakeLists.txt
  test/xray/TestCases/Linux/fixedsize-logging.cc
  test/xray/lit.cfg
  test/xray/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21982.65661.patch
Type: text/x-patch
Size: 18208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/66ce93e6/attachment.bin>


More information about the llvm-commits mailing list