[PATCH] D27979: [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files
Martin Pelikán via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 03:12:55 PST 2016
pelikan created this revision.
pelikan added a reviewer: rovka.
pelikan added subscribers: llvm-commits, dberris.
Herald added a subscriber: aemerson.
This is a second attempt of https://reviews.llvm.org/D25360 which kept failing on ARM. This was
tested by an unfinished cross build (for an unknown reason) and the XRay
files were compiled successfully, after a (yet another) header inclusion.
I ran "ninja check-xray" only on amd64, please test that on ARM as well;
building it might still cause problems when linking XRay into user binaries.
Sorry again for the breakage, I'm in the middle of multiple ways of getting
a reliable and fast ARM environment.
https://reviews.llvm.org/D27979
Files:
lib/xray/xray_AArch64.cc
lib/xray/xray_arm.cc
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: D27979.82084.patch
Type: text/x-patch
Size: 16315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/cd5e5730/attachment.bin>
More information about the llvm-commits
mailing list