[PATCH] D21612: [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtime
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 17 23:21:59 PDT 2016
dberris updated this revision to Diff 64276.
dberris marked 3 inline comments as done.
dberris added a comment.
- Implement the trampolines in assembler
- Tweak dependencies and implementation to rely on hand-written assembler
https://reviews.llvm.org/D21612
Files:
CMakeLists.txt
cmake/config-ix.cmake
include/CMakeLists.txt
include/xray/xray_interface.h
lib/CMakeLists.txt
lib/xray/CMakeLists.txt
lib/xray/xray_flags.cc
lib/xray/xray_flags.h
lib/xray/xray_flags.inc
lib/xray/xray_init.cc
lib/xray/xray_interface.cc
lib/xray/xray_interface_internal.h
lib/xray/xray_trampoline_x86.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21612.64276.patch
Type: text/x-patch
Size: 23724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160718/2ae0b34a/attachment-0001.bin>
More information about the llvm-commits
mailing list