[PATCH] D43668: [XRay] [compiler-rt] Implement trampoline and handler for typed xray event tracing.
Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 16:44:11 PDT 2018
kpw added inline comments.
================
Comment at: include/xray/xray_interface.h:87
+
+extern uint32_t __xray_register_event_type(const char *event_type);
+
----------------
I should change the return type here as well. Whoops.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43668
More information about the llvm-commits
mailing list