[PATCH] D25360: [XRay] [NFC] [compiler-rt] Move machine-dependent code into machine-dependent files.

Martin Pelikán via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 17 20:33:20 PST 2016


pelikan updated this revision to Diff 81868.
pelikan marked 3 inline comments as done.
pelikan added a comment.

I've still kept this as a NFC change, despite the wrong strncat usage and Report() format strings.  It's mostly shuffling code around.

I'm still waiting on an ARM build machine, so tested only on amd64.


https://reviews.llvm.org/D25360

Files:
  lib/xray/xray_emulate_tsc.h
  lib/xray/xray_inmemory_log.cc
  lib/xray/xray_interface_internal.h
  lib/xray/xray_x86_64.cc
  lib/xray/xray_x86_64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25360.81868.patch
Type: text/x-patch
Size: 12652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161218/620472f7/attachment.bin>


More information about the llvm-commits mailing list